diff options
| author | Lauri Kasanen <cand@gmx.com> | 2014-09-05 12:33:35 +0000 |
|---|---|---|
| committer | Lauri Kasanen <cand@gmx.com> | 2014-09-05 12:33:35 +0000 |
| commit | 005bfa42940f69d4bad9d4fc22dc64a694869137 (patch) | |
| tree | fca051fc1eecacc53893ed21bd0bf7863b66f3ba /FL/x.H | |
| parent | d1d203ca57d39af952478d8b174975d410a38899 (diff) | |
Fix cross-window focus throwing on X11, similar to the Mac case. STR #3129
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10276 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/x.H')
| -rw-r--r-- | FL/x.H | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -160,6 +160,7 @@ public: static void x(Fl_Window* wi, int X) {wi->x(X);} static void y(Fl_Window* wi, int Y) {wi->y(Y);} static int ewmh_supported(); + static void activate_window(Window w); }; extern FL_EXPORT char fl_override_redirect; // hack into Fl_X::make_xid() |
