mirror of
https://github.com/labwc/labwc.git
synced 2026-04-04 07:15:41 -04:00
view: make request_activate listener xwayland only
This commit is contained in:
parent
665b6503e1
commit
ecbe699f94
3 changed files with 10 additions and 6 deletions
|
|
@ -28,6 +28,7 @@ struct xwayland_view {
|
|||
struct wlr_xwayland_surface *xwayland_surface;
|
||||
|
||||
/* Events unique to XWayland views */
|
||||
struct wl_listener request_activate;
|
||||
struct wl_listener request_configure;
|
||||
struct wl_listener set_app_id; /* TODO: s/set_app_id/class/ */
|
||||
struct wl_listener set_decorations;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue