Hi,

since Feb. 22nd, driver capabilities are checked before SetLevel passes to
lower layer. This requires a small modification of uc_overlay.h to
prevent softdevice from segfaults.

Stefan Lucke
? ~unichrome-DLCAPS_LEVELS.diff
Index: uc_overlay.h
===================================================================
RCS file: /cvs/directfb/DirectFB/gfxdrivers/unichrome/uc_overlay.h,v
retrieving revision 1.2
diff -U3 -r1.2 uc_overlay.h
--- uc_overlay.h	19 Nov 2004 23:38:58 -0000	1.2
+++ uc_overlay.h	26 Feb 2005 15:23:11 -0000
@@ -2,7 +2,7 @@
 #define __UC_OVERLAY_H__
 
 #define UC_OVL_CAPS (DLCAPS_SURFACE | DLCAPS_OPACITY | DLCAPS_SCREEN_LOCATION \
-    | DLCAPS_DEINTERLACING | DLCAPS_DST_COLORKEY)
+    | DLCAPS_DEINTERLACING | DLCAPS_DST_COLORKEY | DLCAPS_LEVELS)
 /*    | DLCAPS_BRIGHTNESS | DLCAPS_CONTRAST              \
     | DLCAPS_SATURATION | DLCAPS_HUE)
     */
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to