Quoting Ville Syrj�l�: > > Added DLCAPS_SCREEN_POSITION and DLCAPS_SCREEN_SIZE. > > These are set if DLCAPS_SCREEN_LOCATION is set and vice versa. > > DLCAPS_SCREEN_LOCATION could be made into DLCAPS_SCREEN_POSITION | > DLCAPS_SCREEN_SIZE. But that would break current apps which I'm guessing > is the reason you did it this way instead.
Yes, checking for (ANDing with) DLCAPS_SCREEN_LOCATION should only result in true if both DLCAPS_SCREEN_POSITION and DLCAPS_SCREEN_SIZE are set. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-dev mailing list [email protected] http://www.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
