Hi, On Tue, 2009-08-18 at 12:51 +0200, [email protected] wrote: > Following first tutorial, at the end: > > primary->Release( primary ); > dfb->Release( dfb ); /*Cleanup in a stack like > style.*/ > > But directFB hase no such functions for super interface, or surface.
It does. It's not obvious from looking at the directfb.h header because these are added by the DECLARE_INTERFACE() macro, but they exist. Sven _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
