mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 19:38:01 +03:00
fixed some more bugs, moved layout_log into log.ch, restored focus_parent
This commit is contained in:
parent
e16a4015ff
commit
c5a6982893
7 changed files with 70 additions and 63 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifndef _SWAY_LOG_H
|
||||
#define _SWAY_LOG_H
|
||||
#include <stdbool.h>
|
||||
#include "container.h"
|
||||
|
||||
typedef enum {
|
||||
L_SILENT = 0,
|
||||
|
@ -15,4 +16,5 @@ void sway_log(int verbosity, const char* format, ...) __attribute__((format(prin
|
|||
void sway_abort(const char* format, ...) __attribute__((format(printf,1,2)));
|
||||
bool sway_assert(bool condition, const char* format, ...) __attribute__((format(printf,2,3)));
|
||||
|
||||
void layout_log(const swayc_t *c, int depth);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue