[Xcb] xcb_clear_area

Matthew Allen fret at memecode.com
Thu Dec 11 03:20:24 PST 2008


---------- Original Message ----------
To: Matthew Allen (fret at memecode.com)
From: Julien Danjou (julien at danjou.info)
Subject: Re: [Xcb] xcb_clear_area
Date: 11/12/2008 6:42:43p

> At 1228968909 time_t, Matthew Allen wrote:
> > I'm trying to update my window after it's content has changed. In xlib I 
> > used XClearArea... so I looked for an equivalent call in xcb and found 
> > xcb_clear_area which would seem to be what I'm looking for. But it 
> > doesn't cause my window to receive a new XCB_EXPOSE event. So the window 
> > still looks the same until a resize it and then I receive a XCB_EXPOSE.
> 
> Did you set the exposure value of your event to true ?

I tried both true and false and neither caused an EXPOSE event... I mean the 2nd parameter to the call.
--
Matthew Allen




More information about the Xcb mailing list