mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
properly handle IPC clients
This commit is contained in:
parent
5d99215469
commit
773e85c681
3 changed files with 163 additions and 61 deletions
|
@ -13,6 +13,7 @@ typedef enum {
|
|||
void init_log(int verbosity);
|
||||
void sway_log_colors(int mode);
|
||||
void sway_log(int verbosity, const char* format, ...) __attribute__((format(printf,2,3)));
|
||||
void sway_log_errno(int verbosity, char* format, ...) __attribute__((format(printf,2,3)));
|
||||
void sway_abort(const char* format, ...) __attribute__((format(printf,1,2)));
|
||||
bool sway_assert(bool condition, const char* format, ...) __attribute__((format(printf,2,3)));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue