On Fri, 2010-12-31 at 11:23 +0200, ext Rubanov Ivan wrote: > Hello, > I would like to understand a graphical architecture of MeeGo handset. > Actually, I'm trying to analyze meegotouch-home application and I feel the > lack of knowledge and may be documentation. > Could anyone explain how a graphical subsystem works? My main aim is to have > clear vision of components hierarchy, relation between components and what > should be done to replace default home screen application completely.
Meegotouchhome basically: - shows a _NET_WM_WINDOW_TYPE_DESKTOP window - provides a way to start programs (I believe it uses D-Bus activation) - sends the root window a _NET_ACTIVE_WINDOW ClientMessage when the user wants to switch to a particular (application) window (e.g. the user selects a window from the task switcher) These you need at least to replace it. -Kimmo > Thanks, > Ivan. > _______________________________________________ > MeeGo-dev mailing list > [email protected] > http://lists.meego.com/listinfo/meego-dev _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
