macosx_print.* sources from Darrell Walisser.
Enables Windows-style print dialog. (Hold Option/Alt while clicking Print)
This commit is contained in:
parent
68ea8b9f59
commit
f4aee97f43
2 changed files with 242 additions and 0 deletions
13
src/macosx_print.h
Normal file
13
src/macosx_print.h
Normal 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);
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue