Extend the C++ keyword test to include internal GDK headers (#449016).
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
This commit is contained in:

committed by
Mathias Hasselmann

parent
dac4d35211
commit
07946bd70d
10
tests/dummy-headers/directfb.h
Normal file
10
tests/dummy-headers/directfb.h
Normal file
@ -0,0 +1,10 @@
|
||||
/* 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;
|
Reference in New Issue
Block a user