Fwd: [xmonad] [PATCH 1/2] XMonadContrib: add a utility module to set the default cursor

On Tue, Sep 15, 2009 at 2:22 AM, Andres Salomon
Based upon comments on the list and IRC, here's an updated set of patches. I went with "xc_" as the cursor name prefix as opposed to haskell-x11's "xC_"/"xK_" convention so that if haskell-x11 starts exporting the symbols, we won't have any namespace issues. ...
Whoa. I haven't been following this cursor stuff very closely and so maybe this is already explained, but why is this going in XMC and not X11? This looks like the kind of very low-level general key munging most appropriate for the latter. -- gwern

On Sep 15, 2009, at 07:23 , Gwern Branwen wrote:
Whoa. I haven't been following this cursor stuff very closely and so maybe this is already explained, but why is this going in XMC and not X11? This looks like the kind of very low-level general key munging most appropriate for the latter.
It's not, it's
participants (2)
-
Brandon S. Allbery KF8NH
-
Gwern Branwen