diff options
| -rw-r--r-- | FL/fl_utf8.h | 4 | ||||
| -rw-r--r-- | src/Fl_Quartz_Printer.mm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/FL/fl_utf8.h b/FL/fl_utf8.h index cd7be66fe..27499de12 100644 --- a/FL/fl_utf8.h +++ b/FL/fl_utf8.h @@ -38,8 +38,8 @@ #ifndef _HAVE_FL_UTF8_HDR_ #define _HAVE_FL_UTF8_HDR_ -#include "FL/Fl_Export.H" -#include "FL/fl_types.h" +#include "Fl_Export.H" +#include "fl_types.h" #include <stdio.h> #include <string.h> diff --git a/src/Fl_Quartz_Printer.mm b/src/Fl_Quartz_Printer.mm index dfc3b34dd..874686d3a 100644 --- a/src/Fl_Quartz_Printer.mm +++ b/src/Fl_Quartz_Printer.mm @@ -49,7 +49,7 @@ int Fl_Printer::start_job (int pagecount, int *frompage, int *topage) //printing using a Quartz graphics context //returns 0 iff OK { - OSStatus status; + OSStatus status = 0; Fl_X::q_release_context(); #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5 if( [NSPrintPanel instancesRespondToSelector:@selector(runModalWithPrintInfo:)] && |
