mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 19:38:01 +03:00
swaynag: refactor {sway_,}nagbar to swaynag
This commit is contained in:
parent
6124d0f9a2
commit
a6145914c6
10 changed files with 415 additions and 411 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifndef _SWAY_NAGBAR_RENDER_H
|
||||
#define _SWAY_NAGBAR_RENDER_H
|
||||
#ifndef _SWAYNAG_RENDER_H
|
||||
#define _SWAYNAG_RENDER_H
|
||||
#include "swaynag/swaynag.h"
|
||||
|
||||
void render_frame(struct sway_nagbar *nagbar);
|
||||
void render_frame(struct swaynag *swaynag);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue