Skip to content

Commit

Permalink
Replace xdg_output with wl_output v4
Browse files Browse the repository at this point in the history
Just trying to keep up with swaybg and at least it gets rid of xdg_output.
This also unintentionally breaks kwin support because kwin is still using wl_output v3.
I also had some syntax cleanups queued so it might be a mess.
  • Loading branch information
GhostNaN committed Sep 20, 2022
1 parent 18c2f41 commit a5a4750
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 360 deletions.
4 changes: 1 addition & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ scanner_client_header=generator(scanner,output: '@BASENAME@-client-protocol.h',a

protocols_src=[
scanner_private_code.process('proto/wlr-layer-shell-unstable-v1.xml'),
scanner_private_code.process('proto/xdg-output-unstable-v1.xml'),
scanner_private_code.process(wl_protocols.get_pkgconfig_variable('pkgdatadir')+'/stable/xdg-shell/xdg-shell.xml')
]

protocols_headers=[
scanner_client_header.process('proto/wlr-layer-shell-unstable-v1.xml'),
scanner_client_header.process('proto/xdg-output-unstable-v1.xml')
scanner_client_header.process('proto/wlr-layer-shell-unstable-v1.xml')
]

lib_protocols=static_library('protocols',protocols_src+protocols_headers,dependencies: wl_client)
Expand Down
220 changes: 0 additions & 220 deletions proto/xdg-output-unstable-v1.xml

This file was deleted.

0 comments on commit a5a4750

Please sign in to comment.