mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-05 13:29:47 -05:00
Move wl_shell into wlroots
This commit is contained in:
parent
f60b53c6e3
commit
f4e6b138fb
6 changed files with 58 additions and 43 deletions
|
|
@ -17,24 +17,4 @@ void wl_compositor_init(struct wl_display *display,
|
|||
struct wlr_surface;
|
||||
void wl_compositor_surface_destroyed(struct wl_compositor_state *compositor,
|
||||
struct wlr_surface *surface);
|
||||
|
||||
struct wl_shell_state {
|
||||
struct wl_global *wl_global;
|
||||
struct wl_list wl_resources;
|
||||
};
|
||||
|
||||
struct xdg_shell_state {
|
||||
struct wl_global *wl_global;
|
||||
struct wl_list wl_resources;
|
||||
struct wl_display *display;
|
||||
};
|
||||
|
||||
void wl_shell_init(struct wl_display *display,
|
||||
struct wl_shell_state *state);
|
||||
|
||||
void xdg_shell_init(struct wl_display *display,
|
||||
struct xdg_shell_state *state);
|
||||
|
||||
void xdg_shell_release(struct xdg_shell_state *state);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue