Latest code from "svn checkout svn://labs.trolltech.com/svn/qtopia/directfb" does not compile successfully
The following patch resolves the problem
diff -Naur directfb/screendriver/qdirectfbsurface.cpp directfb.pdd/screendriver/qdirectfbsurface.cpp
--- directfb/screendriver/qdirectfbsurface.cpp 2007-08-22 10:22:44.000000000 +0100
+++ directfb.pdd/screendriver/qdirectfbsurface.cpp 2007-08-22 10:18:24.000000000 +0100
@@ -149,8 +149,8 @@
} else {
Q_ASSERT(dfbSurface);
}
- }
#endif
+ }
if (result != DFB_OK)
DirectFBErrorFatal("QDirectFBSurface::setGeometry()", result);