Fix compilation with xcb 0.3.6
This commit is contained in:
@ -12,6 +12,10 @@
|
||||
#include <stdint.h>
|
||||
//#include "outputs.h"
|
||||
|
||||
#ifdef XCB_COMPAT
|
||||
#define XCB_ATOM_CARDINAL CARDINAL
|
||||
#endif
|
||||
|
||||
#define _NET_SYSTEM_TRAY_ORIENTATION_HORZ 0
|
||||
#define _NET_SYSTEM_TRAY_ORIENTATION_VERT 1
|
||||
#define SYSTEM_TRAY_REQUEST_DOCK 0
|
||||
|
Reference in New Issue
Block a user