aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-09-28 09:11:16 -0400
committerDrew DeVault <sir@cmpwn.com>2017-09-28 09:11:16 -0400
commit220a6e9bf637471f3f5e392d3c3fb76ae9b7e138 (patch)
treedfd4c5b7186f9cb260046f58c7f02848822a757a /include
parent906a816abf812445ec9e514e6115872632fb3ee1 (diff)
Add xwayland activate and fix EGL bug
Diffstat (limited to 'include')
-rw-r--r--include/wlr/xwayland.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h
index e3eadc2d..3c893c72 100644
--- a/include/wlr/xwayland.h
+++ b/include/wlr/xwayland.h
@@ -50,5 +50,7 @@ struct wlr_x11_window {
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_x11_window_activate(struct wlr_xwayland *wlr_xwayland,
+ struct wlr_x11_window *window);
#endif