summaryrefslogtreecommitdiffstats
path: root/include/client/window.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-07-05 08:09:22 -0400
committerLibravatar GitHub <noreply@github.com>2016-07-05 08:09:22 -0400
commit58804a044f782a397302173deb1416e47b3c3357 (patch)
tree9e155febd82e37ba6cb7b9e1b8ee7fda044d5147 /include/client/window.h
parentMerge pull request #737 from zandrmartin/fix-bar-on-reload (diff)
parentFix formatting guide violations (spaces instead of tabs) (diff)
downloadsway-58804a044f782a397302173deb1416e47b3c3357.tar.gz
sway-58804a044f782a397302173deb1416e47b3c3357.tar.zst
sway-58804a044f782a397302173deb1416e47b3c3357.zip
Merge pull request #738 from deklov/panel-as-shell-02
Make swaybar and swaybg shell surfaces, take 2
Diffstat (limited to 'include/client/window.h')
-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