Hi,
the follow patch enables reporting of destination colorkey capability.
So apps (like vdr-softdevice) can test this in order to
set layer options correct.
Stefan Lucke
bodega2 unichrome # cvs diff -U 3
cvs diff: Diffing .
Index: uc_overlay.h
===================================================================
RCS file: /cvs/directfb/DirectFB/gfxdrivers/unichrome/uc_overlay.h,v
retrieving revision 1.1
diff -U3 -r1.1 uc_overlay.h
--- uc_overlay.h 14 Jun 2004 11:53:35 -0000 1.1
+++ uc_overlay.h 9 Jul 2004 08:03:53 -0000
@@ -2,7 +2,7 @@
#define __UC_OVERLAY_H__
#define UC_OVL_CAPS (DLCAPS_SURFACE | DLCAPS_OPACITY | DLCAPS_SCREEN_LOCATION \
- | DLCAPS_DEINTERLACING)
+ | DLCAPS_DEINTERLACING | DLCAPS_DST_COLORKEY)
/* | DLCAPS_BRIGHTNESS | DLCAPS_CONTRAST \
| DLCAPS_SATURATION | DLCAPS_HUE)
*/