On Fri, 23 Mar 2001, Brian S. Julin wrote:
>
> On Fri, 23 Mar 2001, Christoph Egger wrote:
> > The X-Cursor seems to have a size limit of 64x64 pixels.
>
> Hmm, well on my system I could not get an image loaded into it,
> but it had no problem creating a larger cursor than that.
>
> If X provides no way to check, though, then the best that can
> be done is determine what works everywhere.
I think, I have the right answer for it: XQueryBestCursor()
man XQueryBestCursor says:
-----------------------------------------------------------------
Some displays allow larger cursors than other displays.
The XQueryBestCursor function provides a way to find out
what size cursors are actually possible on the display.
It returns the largest size that can be displayed. Appli
cations should be prepared to use smaller cursors on dis
plays that cannot support large ones.
-----------------------------------------------------------------
CU,
Christoph Egger
E-Mail: [EMAIL PROTECTED]