Replace Xlib atom constants with XCB ones

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2018-10-02 19:53:28 +02:00
parent b2d947a19a
commit bc7767e086
5 changed files with 16 additions and 17 deletions

View File

@ -81,7 +81,6 @@
#include <X11/Xlib-xcb.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xatom.h>
#include <X11/extensions/Xdbe.h>
#ifdef CONFIG_XSYNC
#include <X11/extensions/sync.h>