diff -r 48b924ae7197 -r 9a3b8b65fc7a graphicsutils/commongraphicsheaders/rom/graphics_adaptation.hby --- a/graphicsutils/commongraphicsheaders/rom/graphics_adaptation.hby Thu May 06 11:31:11 2010 +0100 +++ b/graphicsutils/commongraphicsheaders/rom/graphics_adaptation.hby Thu May 06 14:32:51 2010 +0100 @@ -133,6 +133,13 @@ # define OPENWFCLIB_DRV # endif #endif + + #ifdef SYMBIAN_GRAPHICS_USE_OPENWF + # ifndef OPENWFCLIB_DRV + # define OPENWFCLIB_DRV + # endif + #endif + #elif SYMBIAN_GRAPHICS_ADAPTATION == SGA_MBX // Imagination's MBX drivers used as default @@ -237,5 +244,6 @@ REM "DIRECTGDI DRV" : DIRECTGDI_DRV REM "FBSRASTERIZER DRV" : FBSRASTERIZER_DRV REM "SRGREOURCE DRV" : SGRESOURCE_DRV +REM "OPENWFCLIB_DRV" : OPENWFCLIB_DRV #endif // __GRAPHICS_ADAPTATION_HBY__