]> Pileus Git - ~andy/gtk/commit
Use a different approach to snapshotting that is in line with what is done
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 23 Jan 2009 05:34:14 +0000 (05:34 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 23 Jan 2009 05:34:14 +0000 (05:34 +0000)
commit379822c74bc1a1304631f7b660c5f0ed48408c84
tree9ae0dd7b2e7e66bef2f2f970857b531c93078d20
parentba54644c3874e2fa8d8429883479a34d3e351285
Use a different approach to snapshotting that is in line with what is done

        * gtk/gtkwidget.c (gtk_widget_get_snapshot): Use a different approach
        to snapshotting that is in line with what is done in the client-side
        windows branch, and that works for widgets regardless if they are
        double-buffered or not. Patch by Alex Larsson.

        * gdk/gdkwindow.c (_gdk_window_calculate_full_clip_region): Clip
        to the parent.

svn path=/trunk/; revision=22187
ChangeLog
gdk/gdkwindow.c
gtk/gtkwidget.c