man XClearArea

       XClearArea(display, w, x, y, width, height, exposures)
             Display *display;
             Window w;
             int x, y;
             unsigned int width, height;
             Bool exposures;


       exposures Specifies a Boolean value that indicates if
                 Expose events are to be generated.

--mte

On Tue, 20 Nov 2001, Daniel Secrieru wrote:

>     How do I invalidate an rectangle in a window? (that meaning how do I
> mark an rectangle as dirty, so it can be redrawn - I'm usually using Windows
> terms, sorry for any misunderstandings)
>
> Daniel Secrieru,
> LFC Project Manager
> http://www.lfc2.net/
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
> _______________________________________________
> Xpert mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/xpert
>

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to