tuxpaint-pencil-sharpener/src/macosx_print.h
William Kendrick f4aee97f43 macosx_print.* sources from Darrell Walisser.
Enables Windows-style print dialog.  (Hold Option/Alt while clicking Print)
2003-05-08 18:48:32 +00:00

13 lines
243 B
C

//
// macosx_print.h
// Tux Paint
//
// Created by Darrell Walisser on Sat Mar 15 2003.
// Copyright (c) 2003 __MyCompanyName__. All rights reserved.
//
#include "SDL.h"
const char* SurfacePrint (SDL_Surface *surface, int showDialog);