mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 20:25:39 +02:00
module/xkb: add define for debug logging, but don't enable it
This commit is contained in:
parent
01be29d660
commit
4ff9af1ebd
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
#include <xcb/xkb.h>
|
#include <xcb/xkb.h>
|
||||||
|
|
||||||
#define LOG_MODULE "xkb"
|
#define LOG_MODULE "xkb"
|
||||||
|
#define LOG_ENABLE_DBG 0
|
||||||
#include "../log.h"
|
#include "../log.h"
|
||||||
#include "../bar.h"
|
#include "../bar.h"
|
||||||
#include "../config.h"
|
#include "../config.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue