9#ifndef CDIRECTFBINTERFACE_H
10#define CDIRECTFBINTERFACE_H
12#include "GfxWrapDirectFb.h"
51 static IDirectFB* s_pkDirectFb;
53 static IDirectFBSurface* s_pkActiveSurface;
55 static IDirectFBSurface* s_pkScreen;
Definition: DirectFbInterface.h:18
static void ReleaseDirectFb()
Releases (frees) the interface.
static void SetScreen(IDirectFBSurface *pkSurface)
static DFBSurfacePixelFormat GetPixelFormatFromBpp(CGfxWrapDirectFb::BppFormat_t eBpp)
static void SetActiveSurface(IDirectFBSurface *pkSurface)
static IDirectFBSurface * GetScreen()
static IDirectFBSurface * GetActiveSurface()
static IDirectFB * GetDirectFb()
BppFormat_t
Bit per pixel formats.
Definition: GfxWrapDirectFb.h:41