?? schrieb: > Hello, > > When I showed a new window on an existing window, new’s widgets > (such as image) flickered. > > And when I hid the new one and went back to the former one, the > widgets would not flicker. > > What’s going on?
Is the new one a top level window? It could be that GDK first creates the new window, then shows it, but afterwards renders the content. Better render before showing. If it's a sub window, it would be related to artificial exposes or background clearing I guess. There should be no intermediate Flip() done by GDK. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
