mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
07946bd70d
2007-06-22 Mathias Hasselmann <mathias.hasselmann@gmx.de> * configure.in, tests/Makefile.am, tests/autotestkeywords.cc, tests/dummy-headers/*: Extend the C++ keyword test to include internal GDK headers (#449016). svn path=/trunk/; revision=18244
9 lines
147 B
C
9 lines
147 B
C
/* Dummy header for the Quartz backend. */
|
|
|
|
typedef bool BOOL;
|
|
|
|
typedef void *CGContextRef;
|
|
typedef void *CGImageRef;
|
|
typedef void *CGPatternRef;
|
|
|