On Sat, Mar 18, 2017 at 04:19:24PM +0000 I heard the voice of
Yumekui Neru, and lo! it spake thus:
> 
> Cursors
> {
> Move "xbm:cursor.xbm" "xbm:cursor-mask.xbm"
> }
> 
> I get the error "Cursor bitmaps ... and ... are not the same size",
> though (and the move-cursor remains the default).

I don't see anything in the code that would be stripping the "xbm:"
prefix, so I'd guess it's actually loading nothing and comparing
garbage to find the different sizes.  Try just stripping off the
prefix.

Should be a little more error handling in that.  I'll put it on my
list if nobody beats me to it...


> More preferably though, are greyscale, coloured, or even animated
> cursors supported?

Not as it stands, unless there are such in the font-style cursor
method.  All our custom cursors just go through XCreatePixmapCursor.
Non-bitmap cursor types would require writing new code using the
Xcursor library.


-- 
Matthew Fuller     (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.

Reply via email to