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
17
tests/dummy-headers/X11/Xlib.h
Normal file
17
tests/dummy-headers/X11/Xlib.h
Normal file
@ -0,0 +1,17 @@
|
||||
/* Dummy header for the Xlib backend. */
|
||||
|
||||
typedef unsigned long CARD32;
|
||||
|
||||
typedef CARD32 XID;
|
||||
|
||||
typedef XID Atom;
|
||||
typedef XID Colormap;
|
||||
typedef XID Cursor;
|
||||
typedef XID Window;
|
||||
typedef XID VisualID;
|
||||
|
||||
typedef struct _Display Display;
|
||||
typedef struct _GC GC;
|
||||
typedef struct _Screen Screen;
|
||||
typedef struct _Visual Visual;
|
||||
typedef struct _XImage XImage;
|
||||
1
tests/dummy-headers/X11/Xutil.h
Normal file
1
tests/dummy-headers/X11/Xutil.h
Normal file
@ -0,0 +1 @@
|
||||
/* Dummy header for the Xlib backend. */
|
||||
Reference in New Issue
Block a user