mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
11 lines
303 B
C
11 lines
303 B
C
|
/* 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;
|