]> Pileus Git - ~andy/gtk/blob - tests/dummy-headers/directfb.h
Extend the C++ keyword test to include internal GDK headers (#449016).
[~andy/gtk] / tests / dummy-headers / directfb.h
1 /* Dummy header for the DirectFB backend. */
2
3 typedef int DFBColor;
4 typedef int DFBSurfaceCapabilities;
5 typedef int DFBSurfacePixelFormat;
6 typedef int DFBWindowCapabilities;
7 typedef int DFBWindowOptions;
8
9 typedef struct IDirectFBWindow IDirectFBWindow;
10 typedef struct IDirectFBSurface IDirectFBSurface;