mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
swaybar: move ipc stuff to ipc.{h,c}
This commit is contained in:
parent
a6349a2444
commit
fcc47cb3bd
11 changed files with 359 additions and 301 deletions
|
|
@ -9,4 +9,9 @@
|
|||
*/
|
||||
void render(struct output *output, struct swaybar_config *config, struct status_line *line);
|
||||
|
||||
/**
|
||||
* Set window height and modify internal spacing accordingly.
|
||||
*/
|
||||
void set_window_height(struct window *window, int height);
|
||||
|
||||
#endif /* _SWAYBAR_RENDER_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue