diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-07-05 08:09:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-05 08:09:22 -0400 |
commit | 58804a044f782a397302173deb1416e47b3c3357 (patch) | |
tree | 9e155febd82e37ba6cb7b9e1b8ee7fda044d5147 /include/client/window.h | |
parent | c3373c6815b5c8cff8f48d1acb46be08b9654331 (diff) | |
parent | d9bcea381a69ebc6367aede7816b8e27d5fc9417 (diff) |
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.h | 1 |
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 void window_teardown(struct window *state); int window_prerender(struct window *state); int window_render(struct window *state); +void window_make_shell(struct window *window); #endif |