blob: f51593b15ef2ebc6b28dc6b57ac99f85d1a74aa4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/*
* tkMacOSXImage.h --
*
*
* The code in this file provides an interface for XImages, and
* implements the nsimage image type.
*
* Copyright © 1995-1997 Sun Microsystems, Inc.
* Copyright © 2001-2009 Apple Inc.
* Copyright © 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
* Copyright © 2017-2021 Marc Culler.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
/*
* Function prototypes
*/
MODULE_SCOPE CFDataRef CreatePDFFromDrawableRect( Drawable drawable,
int x, int y, unsigned int width, unsigned int height);
|