[xmonad] [PATCH] XMonad: set the default root cursor to XC_left_ptr

wagnerdm at seas.upenn.edu wagnerdm at seas.upenn.edu
Sun Sep 13 23:45:55 EDT 2009


Quoting Andres Salomon <dilinger at collabora.co.uk>:

> +    -- set the default cursor to XC_left_ptr (which is 68 in   
> X11/cursorfont.h)
> +    setDefaultCursor dpy rootw 68

If there is no named constant for the left pointer in the X11 library,  
there should be.  Using the constant 68 just reeks.
~d


More information about the xmonad mailing list