summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-18 13:40:34 +0000
committerManolo Gouy <Manolo>2016-04-18 13:40:34 +0000
commit516d0e5f9ca1850ad76c81c10c5e3c415f21c5cd (patch)
tree5441b4aeb445c0a47ccfb66e9599291dc00505c9 /FL
parent9df9ffdc4c8f7f7a0a76f4f836f36ce66182cfb5 (diff)
Replace static void Fl_X::activate_window(Window) under X11 platform by void Fl_X11_Window_Driver::activate_window()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11651 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/x.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/FL/x.H b/FL/x.H
index 66a0f09bc..b323552aa 100644
--- a/FL/x.H
+++ b/FL/x.H
@@ -124,7 +124,6 @@ public:
int set_cursor(const Fl_RGB_Image*, int, int);
static void make_xid(Fl_Window*,XVisualInfo* =fl_visual, Colormap=fl_colormap);
static Fl_X* set_xid(Fl_Window*, Window);
- static void activate_window(Window w);
};
extern FL_EXPORT char fl_override_redirect; // hack into Fl_X::make_xid()