summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-05-27 17:54:04 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-05-27 17:54:04 +0200
commit6ec1288d38ffc8d4c05dd7328412560614880a42 (patch)
tree78749164f215fa74283fa367157414377f07739c /src
parent283524e074d09bd626a049fe9f8e7ea02d002dbc (diff)
comment
Diffstat (limited to 'src')
-rw-r--r--src/xembed.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xembed.cc b/src/xembed.cc
index db2bdd4b..34c1c1ee 100644
--- a/src/xembed.cc
+++ b/src/xembed.cc
@@ -79,6 +79,8 @@ static int event_handler(int e, fltk::Window *w) {
switch (message) {
case XEMBED_WINDOW_ACTIVATE:
+ // Force a ConfigureNotify message so fltk can get the new
+ // coordinates after a move of the embedder window.
w->resize(0, 0, w->w(), w->h());
break;
case XEMBED_WINDOW_DEACTIVATE: