Learning_GTK4_tree/tests/dummy-headers/directfb.h

11 lines
303 B
C
Raw Normal View History

2023-12-12 11:36:42 +01:00
/* 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;