Browse Source

Fix copy&paste error (xcursor doesn't add resolution switching support, hehe)

rdb 15 years ago
parent
commit
7f9b94df54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/Config.pp

+ 1 - 1
dtool/Config.pp

@@ -717,7 +717,7 @@
 #defer HAVE_XRANDR $[libtest $[XRANDR_LPATH],$[XRANDR_LIBS]]
 #defer HAVE_XRANDR $[libtest $[XRANDR_LPATH],$[XRANDR_LIBS]]
 
 
 // This defines if we have XCURSOR installed. This
 // 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_IPATH /usr/include/X11/extensions
 #define XCURSOR_LPATH /usr/lib
 #define XCURSOR_LPATH /usr/lib
 #define XCURSOR_LIBS Xcursor
 #define XCURSOR_LIBS Xcursor