[xmonad] Re: darcs patch: haskell-x11: add and export the list of cursors

Adam Vogt vogt.adam at gmail.com
Thu Oct 1 19:45:11 EDT 2009


* On Tuesday, September 15 2009, Don Stewart wrote:

>Applied:
>
>    http://darcs.haskell.org/X11/
>
>We can do a release if you do some testing :)

Hopefully we can get this new X11 out, so that L.MouseResizableTile can
use the following defintitions from Graphics.X11.Xlib.Cursor:

> xC_sb_h_double_arrow    :: Glyph
> xC_sb_h_double_arrow    = #const XC_sb_h_double_arrow
> 
> xC_sb_v_double_arrow    :: Glyph
> xC_sb_v_double_arrow    = #const XC_sb_v_double_arrow

instead of:

> mrtHDoubleArrow :: Glyph
> mrtHDoubleArrow = 108
> mrtVDoubleArrow :: Glyph
> mrtVDoubleArrow = 116

--
Adam


More information about the xmonad mailing list