diff options
| author | Bill Spitzak <spitzak@gmail.com> | 1999-03-03 07:40:18 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 1999-03-03 07:40:18 +0000 |
| commit | fe4f5ef72c159e5f6e6023a41e5f021dd92d64f2 (patch) | |
| tree | 026a11b5b771782d99a9651788bdf5d5dbc17adb /src/Fl_win32.cxx | |
| parent | b47973f560662b0fd750e24df31ddb34b666a0d5 (diff) | |
Generates FL_ENTER after grab() is released for whatever widget the
mouse is over.
git-svn-id: file:///fltk/svn/fltk/trunk@351 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_win32.cxx')
| -rw-r--r-- | src/Fl_win32.cxx | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 2d08091cb..5bc268324 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_win32.cxx,v 1.29 1999/02/19 15:34:09 mike Exp $" +// "$Id: Fl_win32.cxx,v 1.30 1999/03/03 07:40:18 bill Exp $" // // WIN32-specific code for the Fast Light Tool Kit (FLTK). // @@ -197,12 +197,6 @@ void Fl::get_mouse(int &x, int &y) { //////////////////////////////////////////////////////////////// -extern Fl_Window *fl_xfocus; // in Fl.C -extern Fl_Window *fl_xmousewin; // in Fl.C -void fl_fix_focus(); // in Fl.C - -//////////////////////////////////////////////////////////////// - HWND fl_capture; static int mouse_event(Fl_Window *window, int what, int button, @@ -599,6 +593,8 @@ void Fl_Window::resize(int X,int Y,int W,int H) { //////////////////////////////////////////////////////////////// +void fl_fix_focus(); // in Fl.C + char fl_show_iconic; // hack for Fl_Window::iconic() // int fl_background_pixel = -1; // color to use for background HCURSOR fl_default_cursor; @@ -895,5 +891,5 @@ void Fl_Window::make_current() { } // -// End of "$Id: Fl_win32.cxx,v 1.29 1999/02/19 15:34:09 mike Exp $". +// End of "$Id: Fl_win32.cxx,v 1.30 1999/03/03 07:40:18 bill Exp $". // |
