summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2015-07-27 18:13:46 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2015-07-27 18:13:46 +0000
commiteb7d55e218fc89ec1b5582ed5d0f8cdede29cae5 (patch)
tree7de56758124d817465f9c2cebcb3c38c74428436 /src
parenta165f1ca3cf603c8b0719318ab02e993603d48f4 (diff)
Document Fl_Window::show() calling Fl_Group::current(0).
Also fix indenting in src/Fl_win32.cxx. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10820 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_win32.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx
index 624de69d9..0c2a71f7b 100644
--- a/src/Fl_win32.cxx
+++ b/src/Fl_win32.cxx
@@ -2541,8 +2541,8 @@ void Fl_Window::show() {
//ShowWindow(i->xid,fl_capture?SW_SHOWNOACTIVATE:SW_RESTORE);
}
#ifdef USE_PRINT_BUTTON
-void preparePrintFront(void);
-preparePrintFront();
+ void preparePrintFront(void);
+ preparePrintFront();
#endif
}