Re: global clip for a cairo context

"Enrico Weigelt, metux IT consult" <[email protected]>
Newsgroups gmane.comp.lib.cairo
Message-ID <[email protected]>
On 02.01.2016 15:25, Uli Schlachter wrote:
> P.S.: Actually, I'd do something like this:
> 
>   cairo_save(cr);
>   cairo_translate(cr, widget->x, widget->y);
>   cairo_rectangle(cr, 0, 0, widget->width, widget->height);
>   cairo_clip(cr);
>   widget->paint_callback(cr, widget->width, widget->height);
>   cairo_restore(cr);

Does that also work when the widget uses these operations itself ?

--mtx

--
Enrico Weigelt,
metux IT consulting
+49-151-27565287
-- 
cairo mailing list
[email protected]
http://lists.cairographics.org/mailman/listinfo/cairo
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.