From 516d0e5f9ca1850ad76c81c10c5e3c415f21c5cd Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 18 Apr 2016 13:40:34 +0000 Subject: 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 --- FL/x.H | 1 - 1 file changed, 1 deletion(-) (limited to 'FL') 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() -- cgit v1.2.3