Small fixes
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7507 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
595b20f802
commit
2a2e0821c9
@ -38,8 +38,8 @@
|
|||||||
#ifndef _HAVE_FL_UTF8_HDR_
|
#ifndef _HAVE_FL_UTF8_HDR_
|
||||||
#define _HAVE_FL_UTF8_HDR_
|
#define _HAVE_FL_UTF8_HDR_
|
||||||
|
|
||||||
#include "FL/Fl_Export.H"
|
#include "Fl_Export.H"
|
||||||
#include "FL/fl_types.h"
|
#include "fl_types.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -49,7 +49,7 @@ int Fl_Printer::start_job (int pagecount, int *frompage, int *topage)
|
|||||||
//printing using a Quartz graphics context
|
//printing using a Quartz graphics context
|
||||||
//returns 0 iff OK
|
//returns 0 iff OK
|
||||||
{
|
{
|
||||||
OSStatus status;
|
OSStatus status = 0;
|
||||||
Fl_X::q_release_context();
|
Fl_X::q_release_context();
|
||||||
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5
|
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5
|
||||||
if( [NSPrintPanel instancesRespondToSelector:@selector(runModalWithPrintInfo:)] &&
|
if( [NSPrintPanel instancesRespondToSelector:@selector(runModalWithPrintInfo:)] &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user