]> Pileus Git - ~andy/gtk/commit
window: Only draw the resize grip if it is actually visible
authorBenjamin Otte <otte@redhat.com>
Sat, 16 Apr 2011 19:48:05 +0000 (21:48 +0200)
committerBenjamin Otte <otte@redhat.com>
Sat, 16 Apr 2011 20:31:24 +0000 (22:31 +0200)
commit7ef113ce56a75641175af31267e2075f634267e0
treeac4ce89d597a3024a4af87f061121d25b47c1dcb
parent71e9606e16ec3a0c76c7adb8d81a27cf3eb31019
window: Only draw the resize grip if it is actually visible

This issue can only be seen if someone calls gtk_widget_draw() on the
window as otherwise gtk_cairo_should_draw_window() would return FALSE.
gtk/gtkwindow.c