[Xcb] xcb_clear_area

Matthew Allen fret at memecode.com
Wed Dec 10 20:15:09 PST 2008


Hi,

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.

Help?
--
Matthew Allen



More information about the Xcb mailing list