mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
7 lines
116 B
C
7 lines
116 B
C
|
|
#ifndef _SWAY_NAGBAR_RENDER_H
|
||
|
|
#define _SWAY_NAGBAR_RENDER_H
|
||
|
|
|
||
|
|
void render_frame(struct sway_nagbar *nagbar);
|
||
|
|
|
||
|
|
#endif
|