From 7f9b94df54d637f7343bbd4e9f3f8680c77e7bce Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 21 Dec 2010 13:00:30 +0000 Subject: [PATCH] Fix copy&paste error (xcursor doesn't add resolution switching support, hehe) --- dtool/Config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/Config.pp b/dtool/Config.pp index 841d91578c..2202673a66 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -717,7 +717,7 @@ #defer HAVE_XRANDR $[libtest $[XRANDR_LPATH],$[XRANDR_LIBS]] // This defines if we have XCURSOR installed. This -// enables resolution switching in x11display. +// enables custom cursor support in x11display. #define XCURSOR_IPATH /usr/include/X11/extensions #define XCURSOR_LPATH /usr/lib #define XCURSOR_LIBS Xcursor