> 3. Question:
> How should I handle the following parameters required by
> XCreatePixmapCursor() ?
>     Pixmap              /* source */,
>     Pixmap              /* mask */,

Generate these from the Area that gets fed to the image setting call.

>     XColor*             /* foreground_color */,
>     XColor*             /* background_color */,

Same here.

>     unsigned int        /* x */,
>     unsigned int        /* y */

What do those do ? Setting hotspot ? If so, then for easy handling I'd put 
those to 0/0.

CU, Andy

-- 
= Andreas Beck                    |  Email :  <[EMAIL PROTECTED]>        =

Reply via email to