]> git.mdlowis.com Git - proto/labwc.git/commit
xwayland-unmanaged: prepare for handling more events
authorJohan Malm <jgm323@gmail.com>
Sat, 4 Jun 2022 12:20:40 +0000 (13:20 +0100)
committerJohan Malm <jgm323@gmail.com>
Sun, 5 Jun 2022 08:45:58 +0000 (09:45 +0100)
commit9dcabbcfdd7f775bd76f1acc805b1eb5daa6e60a
tree1638d4ef55ed12649e61b2dfedff24224d5d36cc
parentfcd2425de3bdb85da3c4a60147e3e1a7d2707b5f
xwayland-unmanaged: prepare for handling more events

Sway handles some xwayland events that labwc still does not. This commit
just starts to rig up some handlers for these with log messages if they
are caught.

  - set_geometry: try to handle, but cannot find an application that uses
    it, so is untested.
  - request_activate - just log caught event
  - override_redirect - just log caught event
include/labwc.h
src/xwayland-unmanaged.c