diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-25 08:39:28 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-25 08:39:28 -0400 |
commit | 0d1dd84a48cbfec848866cfbe4e62652765d7c98 (patch) | |
tree | 4a77a5de387529bb4f19485d87b86170c21a00e4 /include | |
parent | 1be650d78a5612164fff9b3b20c5a2a89f13bdf0 (diff) |
xwm: improve activation and dont send focus twice
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/xwayland.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index efee3d9f..e7598d4c 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -125,7 +125,7 @@ void wlr_xwayland_destroy(struct wlr_xwayland *wlr_xwayland); struct wlr_xwayland *wlr_xwayland_create(struct wl_display *wl_display, struct wlr_compositor *compositor); void wlr_xwayland_surface_activate(struct wlr_xwayland *wlr_xwayland, - struct wlr_xwayland_surface *surface); + struct wlr_xwayland_surface *surface, bool activated); void wlr_xwayland_surface_configure(struct wlr_xwayland *wlr_xwayland, struct wlr_xwayland_surface *surface, int16_t x, int16_t y, uint16_t width, uint16_t height); |