mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-05 05:14:13 +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
10
configure.ac
10
configure.ac
@@ -526,14 +526,14 @@ AC_ARG_ENABLE([xinerama],
|
||||
[enable_xinerama=auto])
|
||||
WM_XEXT_CHECK_XINERAMA
|
||||
|
||||
dnl XRandR support
|
||||
dnl RandR support
|
||||
dnl ==============
|
||||
AC_ARG_ENABLE([xrandr],
|
||||
[AS_HELP_STRING([--enable-xrandr], [enable XRandR extension support (NOT recommended, buggy)])],
|
||||
AC_ARG_ENABLE([randr],
|
||||
[AS_HELP_STRING([--enable-randr], [enable RandR extension support (NOT recommended, buggy)])],
|
||||
[AS_CASE(["$enableval"],
|
||||
[yes|no], [],
|
||||
[AC_MSG_ERROR([bad value $enableval for --enable-xrandr]) ]) ],
|
||||
[enable_xrandr=no])
|
||||
[AC_MSG_ERROR([bad value $enableval for --enable-randr]) ]) ],
|
||||
[enable_randr=no])
|
||||
WM_XEXT_CHECK_XRANDR
|
||||
|
||||
dnl
|
||||
|
||||
Reference in New Issue
Block a user