]> Pileus Git - ~andy/gtk/commit
[broadway] Always send configure events from browser
authorAlexander Larsson <alexl@redhat.com>
Tue, 12 Apr 2011 08:10:44 +0000 (10:10 +0200)
committerAlexander Larsson <alexl@redhat.com>
Tue, 12 Apr 2011 09:12:39 +0000 (11:12 +0200)
commit293456978192f687f02938f800db18da66d09d9e
tree9d20ff1ca5840c7678c8093445405f96846b60d6
parentddcbd8234b8fd78b8736a2cbeacc6c4769e83c22
[broadway] Always send configure events from browser

As soon as something changes, even if it was a request from the user
we send a configure event. If not we might race with a app-side
generated configure event.

For instance, a create + resize might create only a configure event for
the create in the browser, but that may get to the app after the app-side
configure event for the resize, overriding the new size.
gdk/broadway/broadway.js