Submitted by Anonymous on Tue, 10/14/2003 - 09:55.
Hello.
It`s my first time to write something...
My English ability is too poor...
So it`s very hard to write something... here...
I want to romove a X cursor... in motif...
How can I remove the cursor or make a invisible cursor...
I need your help.
Tue, 10/14/2003 - 11:00#1
Anonymous
To remove a X cursor
Create an empty pixmap and use that in the call to XCreatePixmapCursor as the image and the mask. You then use XDefineCursor to define this as the cursor on the window.