summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar David Eklov <david.eklov@gmail.com>2016-07-04 17:01:37 -0500
committerLibravatar David Eklov <david.eklov@gmail.com>2016-07-04 21:58:41 -0500
commitbb35960e652f98a882ed3cd2d1968b860942b896 (patch)
tree28a5b8207a166c24a636cfcf25448baa446d2943 /include
parentEnable backgrounds and panels to be shell surfaces (diff)
downloadsway-bb35960e652f98a882ed3cd2d1968b860942b896.tar.gz
sway-bb35960e652f98a882ed3cd2d1968b860942b896.tar.zst
sway-bb35960e652f98a882ed3cd2d1968b860942b896.zip
Move code to make a window a shell surface into seperate function
Diffstat (limited to 'include')
-rw-r--r--include/client/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/client/window.h b/include/client/window.h
index eff9032d..e48ec4f3 100644
--- a/include/client/window.h
+++ b/include/client/window.h
@@ -42,5 +42,6 @@ struct window *window_setup(struct registry *registry, uint32_t width, uint32_t
42void window_teardown(struct window *state); 42void window_teardown(struct window *state);
43int window_prerender(struct window *state); 43int window_prerender(struct window *state);
44int window_render(struct window *state); 44int window_render(struct window *state);
45void window_make_shell(struct window *window);
45 46
46#endif 47#endif