Hi, Alla On Tue, 31 Jul 2012 16:09:12 +0300, Alla N <alla...@gmail.com> wrote:
Hello, When I check the DLCAPS_OPACITY flag value, I see that it isn't set. Is it a configurable property? How can I change the flag's value? (my hardware should support this) Thanks, Alla. _______________________________________________ directfb-users mailing list directfb-users@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
As I know, DFBDisplayLayerCapabilities is not configurable property, it can only be get using IDirectFBDisplayLayer::GetDescription function. You can use IDirectFBDisplayLayer::SetConfiguration function for set new configuration with DLOP_OPACITY flag (part of DFBDisplayLayerOptions enum) enabled in DFBDisplayLayerConfig::options field.
-- BR, Egor Zhuk _______________________________________________ directfb-users mailing list directfb-users@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users