mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Move code to make a window a shell surface into seperate function
This commit is contained in:
parent
51204b33c1
commit
bb35960e65
2 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue