]> Pileus Git - ~andy/gtk/commit
wayland: Adapt move_resize vfunc implementation to match semantics
authorRob Bradford <rob@linux.intel.com>
Tue, 17 Jan 2012 14:59:03 +0000 (14:59 +0000)
committerRob Bradford <rob@linux.intel.com>
Tue, 17 Jan 2012 15:05:03 +0000 (15:05 +0000)
commitdba9c2e5a763fc67457accb4da2681a43658df35
treefbd38c860f1955ccf0b1b9ad873fe302be5e3270
parent299a4eca2835421e84863f56b7592574d335c581
wayland: Adapt move_resize vfunc implementation to match semantics

Callers of this function were passing in -1, -1 for the width and height if
they just wanted the window moving - rather than the size changing. We need to
respect that behaviour and don't try and set the width/height to those
dimensions.

Now pop-up windows (ala combo-boxes) work!
gdk/wayland/gdkwindow-wayland.c