diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-09-30 10:47:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-30 10:47:04 -0400 |
commit | 5944505af66a8cc1c23158541d4d533a0d693b9d (patch) | |
tree | 616dcba96739351b6ca7737bda9a526d74009ce1 /include/wlr | |
parent | 40303b7a09e52bffbef1ea9cb8120da85c7d185c (diff) | |
parent | 7f5d0624d666ee2af7d607a44105cb15c44e8481 (diff) |
Merge pull request #177 from emersion/xwayland-resize
rootston: add view->resize for xwayland
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/xwayland.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index 43133567..3525ff3b 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -81,7 +81,8 @@ struct wlr_xwayland *wlr_xwayland_create(struct wl_display *wl_display, void wlr_xwayland_surface_activate(struct wlr_xwayland *wlr_xwayland, struct wlr_xwayland_surface *surface); void wlr_xwayland_surface_configure(struct wlr_xwayland *wlr_xwayland, - struct wlr_xwayland_surface *surface); + struct wlr_xwayland_surface *surface, int16_t x, int16_t y, + uint16_t width, uint16_t height); void wlr_xwayland_surface_close(struct wlr_xwayland *wlr_xwayland, struct wlr_xwayland_surface *surface); |