Implement wlr-output-power-management-unstable-v1 protocol
This commit is contained in:
committed by
Isaac Freund
parent
773c5ff687
commit
d821f6b0dc
@ -153,6 +153,7 @@ const ScanProtocolsStep = struct {
|
||||
const protocol_dir_paths = [_][]const []const u8{
|
||||
&[_][]const u8{ protocol_dir, "stable/xdg-shell/xdg-shell.xml" },
|
||||
&[_][]const u8{ "protocol", "wlr-layer-shell-unstable-v1.xml" },
|
||||
&[_][]const u8{ "protocol", "wlr-output-power-management-unstable-v1.xml" },
|
||||
&[_][]const u8{ "protocol", "river-control-unstable-v1.xml" },
|
||||
&[_][]const u8{ "protocol", "river-status-unstable-v1.xml" },
|
||||
};
|
||||
@ -160,6 +161,7 @@ const ScanProtocolsStep = struct {
|
||||
const server_protocols = [_][]const u8{
|
||||
"xdg-shell",
|
||||
"wlr-layer-shell-unstable-v1",
|
||||
"wlr-output-power-management-unstable-v1",
|
||||
"river-control-unstable-v1",
|
||||
"river-status-unstable-v1",
|
||||
};
|
||||
|
Reference in New Issue
Block a user