grow snapshot area from widget's allocation to cover extra widget windows

2008-05-21 21:04:28  Tim Janik  <timj@imendio.com>

        * gtk/gtkwidget.c gtk_widget_get_snapshot(): grow snapshot area from
        widget's allocation to cover extra widget windows placed outside the
        widget allocation (spinbutton arrows are the prime example for this).


svn path=/trunk/; revision=20123
This commit is contained in:
21:04:28 Tim Janik
2008-05-21 19:07:40 +00:00
committed by Tim Janik
parent 4111cf2065
commit aa4ab3f037
2 changed files with 72 additions and 18 deletions

View File

@ -1,3 +1,9 @@
2008-05-21 21:04:28 Tim Janik <timj@imendio.com>
* gtk/gtkwidget.c gtk_widget_get_snapshot(): grow snapshot area from
widget's allocation to cover extra widget windows placed outside the
widget allocation (spinbutton arrows are the prime example for this).
2008-03-18 10:49:20 Tim Janik <timj@imendio.com>
* Applied pixmap redirection patch by Alexander Larsson with