driver/framebuffer.cpp: use box model to enable FB_HW_ACCELERATION

This commit is contained in:
[CST] Focus
2013-01-11 18:52:11 +04:00
parent 8267a53049
commit 51ae178942

View File

@@ -54,7 +54,7 @@ extern CPictureViewer * g_PicViewer;
#define BACKGROUNDIMAGEWIDTH 720
#ifdef ISAPOLLO
#ifdef BOXMODEL_APOLLO
#ifndef FB_HW_ACCELERATION
#define FB_HW_ACCELERATION
#endif