forked from AuroraMiddleware/gtk
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
11 lines
303 B
C
11 lines
303 B
C
/* Dummy header for the DirectFB backend. */
|
|
|
|
typedef int DFBColor;
|
|
typedef int DFBSurfaceCapabilities;
|
|
typedef int DFBSurfacePixelFormat;
|
|
typedef int DFBWindowCapabilities;
|
|
typedef int DFBWindowOptions;
|
|
|
|
typedef struct IDirectFBWindow IDirectFBWindow;
|
|
typedef struct IDirectFBSurface IDirectFBSurface;
|