From af10e22140f34e25508a040820f8725df5e1c19d Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 28 Mar 2005 21:12:54 +0000 Subject: Made fluid compile under VicualC6 again. Unfortunatly , the wonderful 'print' addition crashes in fl_color_win32.cxx, line 72. Fixed a silly 'I have a great idea - wait - what was it again'-bug that would use a static buffer twice - although without causing any bugs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4200 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/fluid.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid') diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index 77230f544..461205003 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -1083,7 +1083,7 @@ void print_menu_cb(Fl_Widget *, void *) { EndDoc(dialog.hDC); fl_gc = save_dc; - fl_window = save_window; + fl_window = save_win; fl_pop_clip(); // Free the print DC and return... -- cgit v1.2.3