mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 13:28:05 +01:00
RandR misc.
This patch is replacing XRandR naming to RandR, as XRandR is the name of the tool used in X11 and RandR is the technology WMaker wants to support. I had to update the info panel too, when many features are activated not all of them can be displayed properly.
This commit is contained in:
committed by
Carlos R. Mafra
parent
afc900a7c3
commit
c2e4f62777
@@ -44,7 +44,7 @@
|
||||
#ifdef KEEP_XKB_LOCK_STATUS
|
||||
#include <X11/XKBlib.h>
|
||||
#endif
|
||||
#ifdef USE_XRANDR
|
||||
#ifdef USE_RANDR
|
||||
#include <X11/extensions/Xrandr.h>
|
||||
#endif
|
||||
|
||||
@@ -592,7 +592,7 @@ void StartUp(Bool defaultScreenOnly)
|
||||
w_global.xext.shape.supported = XShapeQueryExtension(dpy, &w_global.xext.shape.event_base, &j);
|
||||
#endif
|
||||
|
||||
#ifdef USE_XRANDR
|
||||
#ifdef USE_RANDR
|
||||
w_global.xext.randr.supported = XRRQueryExtension(dpy, &w_global.xext.randr.event_base, &j);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user