diff options
Diffstat (limited to 'src/Fl_win32.cxx')
| -rw-r--r-- | src/Fl_win32.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 960638887..d7681c96d 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -2342,6 +2342,8 @@ void Fl_WinAPI_Window_Driver::makeWindow() { if (!im_enabled) flImmAssociateContextEx((HWND)x->xid, 0, 0); + + if (w->fullscreen_active()) Fl::handle(FL_FULLSCREEN, w); } |
