is it possible to do pixel-level, non-antialiased clipping with cairo, even if it is in a device-dependent way? I am using the xlib backend and i want to be able to redraw a certain part of a cairo-drawn widget, as for example when responding to an expose event. Is it possible to do so? thanks in advance, xavi