To remove a X cursor

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

2 posts / 0 new
Last post
To remove a X cursor

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

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.