CVSROOT: /cvs/directfb
Module name: DirectFB
Changes by: dok 20010627 15:58:31
Modified files:
examples : df_fire.c df_video.c df_window.c
include : directfb.h
src : directfb.c idirectfb.c
src/core : fbdev.c layers.h windows.h
src/display : idirectfbdisplaylayer.c
idirectfbsurface_layer.c
src/misc : conf.h
Log message:
Changed Display Layer Configuration API:
- DFBDisplayLayerCapabilities extended now including color keying and other
- removed DFBDisplayLayerModeFlags, added DFBDisplayLayerOptions instead
- added IDirectFBDisplayLayer-> Get/Set/TestConfiguration that take the new
DFBDisplayLayerConfig for almost all settings like pixel resolution, pixel
format, DFBDisplayLayerOptions and more
- TestConfiguration takes an additional DFBDisplayLayerConfigFlags to
optionally write back the settings that failed
- removed GetSize, SetBufferMode and SetMode
- added SetColorKey and SetScreenLocation
Followed API changes in IDirectFB, IDirectFBDislayLayer, IDirectFBSurface_Layer
and some demos.
Cleaned 'fbdev.c' (that handles the primary layer) to follow internal display
layer driver API changes.
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-dev" as subject.