diff options
Diffstat (limited to 'src/xembed.cc')
-rw-r--r-- | src/xembed.cc | 2 |
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: |