View Single Post
electroaudio's Avatar
Posts: 381 | Thanked: 336 times | Joined on Jan 2011 @ Stockholm, Sweden
#217
Originally Posted by electroaudio View Post
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 ();
Please! Could anyone continue to search for the gesturesystem in the source?
I have too much work going on right now, so i dont have the time.
__________________
Deskypplet , a desktop for N900 *RIP*
 

The Following User Says Thank You to electroaudio For This Useful Post: