Robin Burchell <virot...@...> writes: > So, you may need to swap a new window manager in (or look at writing a s/w > rendering backend),
Writing a software backend for the compositor is quite easy Qt-style. We provide the pure virtual class called MCompositeWindow. Just sub-class it and re-implement the virtual functions and write a software backend using just plain QPainter or something else :) So send in your patches... _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
