]> Pileus Git - ~andy/gtk/commit
Don't start a drag if we are not resizable
authorMatthias Clasen <mclasen@redhat.com>
Wed, 13 Oct 2010 12:28:21 +0000 (08:28 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 13 Oct 2010 12:31:06 +0000 (08:31 -0400)
commit5e1d8814ca005e2e28fdd579e060191d0db23cdc
tree4264522259a73b50173aa756cf6498676e37ec33
parent803233cc14c02535a78b0000097d812ff42f7e6e
Don't start a drag if we are not resizable

This was caused by get_drag_edge() returning -1 to mean 'no drag',
but callers didn't really pay attention. Change get_drag_edge()
to return a boolean instead.
gtk/gtkwindow.c