~mterry/ubuntu/natty/gnome-shell/wip

« back to all changes in this revision

Viewing changes to src/shell-global.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-10-12 22:44:00 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091012224400-k91p42yvou07i525
Tags: 2.28.0-0ubuntu1
* New upstream version
* debian/control:
  - updated build requirement
* debian/patches/80_git_change_fix_alt_tab_ressource_usage.patch:
  - git change to fix ressources not being freed on alt-tab

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 
74
74
ClutterActor *shell_global_create_root_pixmap_actor (ShellGlobal *global);
75
75
 
 
76
GSList       *shell_global_get_monitors        (ShellGlobal  *global);
 
77
GdkRectangle *shell_global_get_primary_monitor (ShellGlobal  *global);
 
78
GdkRectangle *shell_global_get_focus_monitor   (ShellGlobal  *global);
 
79
 
 
80
GdkModifierType shell_global_get_modifier_keys (ShellGlobal *global);
 
81
 
 
82
ClutterModifierType shell_get_event_state (ClutterEvent *event);
 
83
 
76
84
G_END_DECLS
77
85
 
78
86
#endif /* __SHELL_GLOBAL_H__ */