diff options
author | emersion <contact@emersion.fr> | 2017-09-29 16:19:06 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-09-29 16:19:06 +0200 |
commit | 47d767dbc4fc88e399a7a2ef3edde9d906a7f773 (patch) | |
tree | 0ff8723810dd0e53ead5881aa1bcca56ab0b7e04 /include/wlr/xwayland.h | |
parent | e3917af69d1801a6deafa580f77b0feb10562992 (diff) |
xwayland: expose wlr_xwayland_surface_configure
Diffstat (limited to 'include/wlr/xwayland.h')
-rw-r--r-- | include/wlr/xwayland.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index 23910139..17582e7d 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -56,5 +56,8 @@ 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); +void wlr_xwayland_surface_configure(struct wlr_xwm *xwm, + struct wlr_xwayland_surface *surface, uint32_t x, uint32_t y, + uint32_t width, uint32_t height); #endif |