diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-07-04 17:01:37 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-07-04 17:01:37 -0500 |
| commit | afe73d35685d4f8488bf4dc2288011e1a62ff400 (patch) | |
| tree | 28a5b8207a166c24a636cfcf25448baa446d2943 /include | |
| parent | 7b974afc57bf43332ee8dd5e242e5fbc58ebcf83 (diff) | |
Move code to make a window a shell surface into seperate function
Diffstat (limited to 'include')
| -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 |
