macosx_print.* sources from Darrell Walisser.

Enables Windows-style print dialog.  (Hold Option/Alt while clicking Print)
This commit is contained in:
William Kendrick 2003-05-08 18:48:32 +00:00
parent 68ea8b9f59
commit f4aee97f43
2 changed files with 242 additions and 0 deletions

13
src/macosx_print.h Normal file
View file

@ -0,0 +1,13 @@
//
// 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);