mirror of
https://github.com/swaywm/sway.git
synced 2025-12-16 08:56:32 -05:00
handle_view_state_request
This commit is contained in:
parent
d64bff69bb
commit
c024f06631
4 changed files with 68 additions and 13 deletions
|
|
@ -10,7 +10,7 @@ typedef enum {
|
|||
|
||||
void init_log(int verbosity);
|
||||
void sway_log_colors(int mode);
|
||||
void sway_log(int verbosity, char* format, ...);
|
||||
void sway_abort(char* format, ...);
|
||||
void sway_log(int verbosity, char* format, ...) __attribute__((format(printf,2,3)));
|
||||
void sway_abort(char* format, ...)__attribute__((format(printf,1,2)));
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue