aboutsummaryrefslogtreecommitdiff
path: root/examples/compositor.h
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2017-08-14 19:22:28 +0200
committerDominique Martinet <asmadeus@codewreck.org>2017-08-15 15:13:23 +0200
commitf4e6b138fb442085787712d71029f8d16c663a27 (patch)
treeddd6659476f5d4fa15743ec5ac07be54c38d99c8 /examples/compositor.h
parentf60b53c6e3c91aefa432ce75deb89560a8e5c0d7 (diff)
Move wl_shell into wlroots
Diffstat (limited to 'examples/compositor.h')
-rw-r--r--examples/compositor.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/compositor.h b/examples/compositor.h
index 2847808f..b382cc7f 100644
--- a/examples/compositor.h
+++ b/examples/compositor.h
@@ -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