diff options
| author | Manolo Gouy <Manolo> | 2016-04-19 15:33:58 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-19 15:33:58 +0000 |
| commit | 1e060f640870dd1d3157ac70844b8461c955ff97 (patch) | |
| tree | d65d68ad671353f03125cb46849b89064d492422 /FL/win32.H | |
| parent | 6600993adc787768217609c93dd0b3cab581864e (diff) | |
Transform Fl_X::make(Fl_Window*) for WIN32 platform into virtual Fl_X* Fl_Window_Driver::makeWindow().
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11659 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/win32.H')
| -rw-r--r-- | FL/win32.H | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/FL/win32.H b/FL/win32.H index 0e31dc3ab..9d137dbdf 100644 --- a/FL/win32.H +++ b/FL/win32.H @@ -58,12 +58,7 @@ public: // static variables, static functions and member functions static Fl_X* first; static Fl_X* i(const Fl_Window* w) {return (Fl_X*)w->i;} - static int fake_X_wm(const Fl_Window* w,int &X, int &Y, - int &bt,int &bx,int &by); void make_fullscreen(int X, int Y, int W, int H); - void set_minmax(LPMINMAXINFO minmax); - void mapraise(); - static Fl_X* make(Fl_Window*); }; extern FL_EXPORT UINT fl_wake_msg; extern FL_EXPORT char fl_override_redirect; // hack into Fl_Window::make_xid() |
