Port from xrandr to xcb-randr

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2018-09-27 17:38:24 +02:00
parent 62b847323c
commit 6d54d6b055
3 changed files with 17 additions and 11 deletions

View File

@ -85,7 +85,6 @@
#include <X11/extensions/Xcomposite.h>
#include <X11/extensions/Xrender.h>
#include <X11/extensions/shape.h>
#include <X11/extensions/Xrandr.h>
#include <X11/extensions/Xdbe.h>
#ifdef CONFIG_XSYNC
#include <X11/extensions/sync.h>
@ -97,6 +96,7 @@
#include <xcb/render.h>
#include <xcb/damage.h>
#include <xcb/randr.h>
// Workarounds for missing definitions in very old versions of X headers,
// thanks to consolers for reporting