mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 19:38:01 +03:00
parent
9b62a98f3e
commit
e0cb8284fb
5 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
#ifndef _SWAY_LOG_H
|
||||
#define _SWAY_LOG_H
|
||||
#include <stdbool.h>
|
||||
#include "container.h"
|
||||
|
||||
typedef enum {
|
||||
L_SILENT = 0,
|
||||
|
@ -35,7 +34,4 @@ void _sway_log(log_importance_t verbosity, const char* format, ...) __attribute_
|
|||
|
||||
void error_handler(int sig);
|
||||
|
||||
void layout_log(const swayc_t *c, int depth);
|
||||
const char *swayc_type_string(enum swayc_types type);
|
||||
void swayc_log(log_importance_t verbosity, swayc_t *cont, const char* format, ...) __attribute__((format(printf,3,4)));
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue