Replace screen region info gathering with XRandR equivalent of Xinerama

queries (currently act on XRandR events anyway). Fall-back mode without
XRandR is still what X provides. This removes -lXinerama.
This commit is contained in:
okan
2015-06-26 15:21:58 +00:00
parent ee400b08a8
commit 8aa40078d1
3 changed files with 28 additions and 18 deletions

View File

@ -28,7 +28,6 @@
#include <X11/Xproto.h>
#include <X11/Xutil.h>
#include <X11/cursorfont.h>
#include <X11/extensions/Xinerama.h>
#include <X11/extensions/Xrandr.h>
#include <X11/keysym.h>