summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-19 15:47:23 +0000
committerManolo Gouy <Manolo>2016-04-19 15:47:23 +0000
commit24487a719f2fe1b2ebbb1698a8a2009cd7f58777 (patch)
tree227f295b04846c3eb1af3e55717618ae03266991 /FL
parent1e060f640870dd1d3157ac70844b8461c955ff97 (diff)
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
Diffstat (limited to 'FL')
-rw-r--r--FL/win32.H2
1 files changed, 0 insertions, 2 deletions
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()