blob: 045d2d64ac2262e6ccad0ab05c56962aba7c5f0c (
plain)
1
2
3
4
5
6
7
8
9
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;
|