mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
src/view.c: move xwayland specific function to xwayland.c
Also remove the `<xcb/xcb_icccm.h>` include as its already included by `"labwc.h"` -> `<wlr/xwayland.h>` -> `<wlr/xwayland/xwayland.h>`.
This commit is contained in:
parent
ed31381eb8
commit
7790da7b4e
3 changed files with 49 additions and 41 deletions
|
|
@ -351,6 +351,7 @@ void xdg_toplevel_decoration(struct wl_listener *listener, void *data);
|
|||
void xdg_surface_new(struct wl_listener *listener, void *data);
|
||||
|
||||
#if HAVE_XWAYLAND
|
||||
bool xwayland_apply_size_hints(struct view *view, int *w, int *h);
|
||||
void xwayland_surface_new(struct wl_listener *listener, void *data);
|
||||
struct xwayland_unmanaged *xwayland_unmanaged_create(struct server *server,
|
||||
struct wlr_xwayland_surface *xsurface);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue