mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-11 00:44:12 +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
@@ -181,7 +181,7 @@ AC_SUBST(LIBXINERAMA)dnl
|
||||
# --------------------
|
||||
#
|
||||
# Check for the X RandR (Resize-and-Rotate) extension
|
||||
# The check depends on variable 'enable_xrandr' being either:
|
||||
# The check depends on variable 'enable_randr' being either:
|
||||
# yes - detect, fail if not found
|
||||
# no - do not detect, disable support
|
||||
# auto - detect, disable if not found
|
||||
@@ -190,7 +190,7 @@ AC_SUBST(LIBXINERAMA)dnl
|
||||
# the variable 'supported_xext'
|
||||
# When not found, append info to variable 'unsupported'
|
||||
AC_DEFUN_ONCE([WM_XEXT_CHECK_XRANDR],
|
||||
[WM_LIB_CHECK([XRandR], [-lXrandr], [XRRQueryExtension], [$XLIBS],
|
||||
[WM_LIB_CHECK([RandR], [-lXrandr], [XRRQueryExtension], [$XLIBS],
|
||||
[wm_save_CFLAGS="$CFLAGS"
|
||||
AS_IF([wm_fn_lib_try_compile "X11/extensions/Xrandr.h" "Display *dpy;" "XRRQueryExtension(dpy, NULL, NULL)" ""],
|
||||
[],
|
||||
|
||||
Reference in New Issue
Block a user