From 24487a719f2fe1b2ebbb1698a8a2009cd7f58777 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 19 Apr 2016 15:47:23 +0000 Subject: Move Fl_X::make_fullscreen() for WIN32 platform to Fl_WinAPI_Window_Driver:: make_fullscreen(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11660 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/win32.H | 2 -- 1 file changed, 2 deletions(-) (limited to 'FL') diff --git a/FL/win32.H b/FL/win32.H index 9d137dbdf..ba5a6ae6a 100644 --- a/FL/win32.H +++ b/FL/win32.H @@ -54,11 +54,9 @@ public: Fl_Region region; Fl_X *next; HDC private_dc; // used for OpenGL - HDC saved_hdc; // saves the handle of the DC currently loaded // static variables, static functions and member functions static Fl_X* first; static Fl_X* i(const Fl_Window* w) {return (Fl_X*)w->i;} - void make_fullscreen(int X, int Y, int W, int H); }; extern FL_EXPORT UINT fl_wake_msg; extern FL_EXPORT char fl_override_redirect; // hack into Fl_Window::make_xid() -- cgit v1.2.3