On Thu, 13 Dec 2001, Domen Stangar wrote:
> How do i hide cursor(pointer X) in top window ...
> XDefineCursor(dpy, Window,None);
> does not hide cursor on top window.. how do i define empty cursor ?
None only means there's no preference (use default). The only way
to have no cursor is to use a cursor with a mask that is all zeros.
A 1x1 cursor with an all zero pixmap for a mask will do.
Mark.
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert