Small fixes

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7507 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2010-04-15 08:56:37 +00:00
parent 595b20f802
commit 2a2e0821c9
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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:)] &&