]> git.mdlowis.com Git - proto/labwc.git/commit
xwayland: handle set_override_redirect events
authorJohan Malm <jgm323@gmail.com>
Tue, 3 May 2022 18:44:31 +0000 (19:44 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 3 May 2022 19:45:30 +0000 (20:45 +0100)
commit81f216b6a295b94fc650930d7f0b15bb3063237e
tree15e4ed9141257bd406fec7f0eb684c8e0fd17eff
parentcbed8acf010b9064e1379f81b3e64a22bfa08260
xwayland: handle set_override_redirect events

This is needed to allow X11 applications to create surfaces as
non-override_redirect and then change them to override_redirect later

Without this gitk-menus and rofi are treated as xwayland-views with
associated server-side-decoration and forced positioning.
include/labwc.h
src/xwayland-unmanaged.c
src/xwayland.c