diff options
| author | Manolo Gouy <Manolo> | 2011-09-30 13:09:06 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-09-30 13:09:06 +0000 |
| commit | 2df4196d8b29fdb3d4708741c9b76805a9bb6241 (patch) | |
| tree | f85c740ca3be84baf9915b325db66f49156adc4b /src/Fl_win32.cxx | |
| parent | 7694e9b0a650c0a724db0415579a56cb2ad13e74 (diff) | |
About STR#2600 : some code factorization.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9101 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_win32.cxx')
| -rw-r--r-- | src/Fl_win32.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 9adbfc9dd..44613a666 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1204,6 +1204,7 @@ static LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lPar if (fl_msg.message == WM_RENDERALLFORMATS) CloseClipboard(); return 1;} case WM_DISPLAYCHANGE: // occurs when screen configuration (number, position) changes + Fl::call_screen_init(); Fl::handle(FL_SCREEN_CONFIGURATION_CHANGED, NULL); return 0; |
