View Single Post
electroaudio's Avatar
Posts: 381 | Thanked: 336 times | Joined on Jan 2011 @ Stockholm, Sweden
#215
Originally Posted by AapoRantalainen View Post
I guess it is hildon-home (not hildon-desktop).
The home is a subcategory of the desktop, which is quite obvious if you follow the link..

However, i found this, it is atleast a small step to know where the web begins.

https://maemo.gitorious.org/fremantl...ter/src/main.c
Code:
  clutter_x11_add_filter (clutter_x11_event_filter, wm);

  app_mgr = hd_app_mgr_get ();

  hd_volume_profile_init ();

  /* Move to landscape for safety. */

  if (hd_util_change_screen_orientation (wm, FALSE));

    hd_util_root_window_configured (wm);

  /* NB: we call gtk_main as opposed to clutter_main or
 mb_wm_main_loop
   * because it does the most extra magic, such as supporting quit
functions
   * that the others don't. Except for adding the clutter_x11_add_filter
   * (manually done above) it appears be a super set of the other two
   * so everything *should* be covered this way. */

  gtk_main ();
__________________
Deskypplet , a desktop for N900 *RIP*

Last edited by electroaudio; 2012-08-15 at 23:42.
 

The Following 3 Users Say Thank You to electroaudio For This Useful Post: