~ubuntu-branches/ubuntu/lucid/mutter/lucid

« back to all changes in this revision

Viewing changes to src/include/display.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-09-05 16:23:00 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090905162300-uh014j826cs7xe76
Tags: 2.27.4-0ubuntu1
* New upstream release
* add debian/watch

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
                                          Window       xroot);
76
76
MetaWindow *meta_display_get_focus_window (MetaDisplay *display);
77
77
 
 
78
gboolean  meta_display_xwindow_is_a_no_focus_window (MetaDisplay *display,
 
79
                                                     Window xwindow);
 
80
 
78
81
int meta_display_get_damage_event_base (MetaDisplay *display);
79
82
int meta_display_get_shape_event_base (MetaDisplay *display);
80
83
Atom meta_display_get_atom (MetaDisplay *display, MetaAtom meta_atom);
111
114
                                     int          root_y);
112
115
void     meta_display_end_grab_op   (MetaDisplay *display,
113
116
                                     guint32      timestamp);
 
117
 
 
118
MetaGrabOp meta_display_get_grab_op (MetaDisplay *display);
 
119
 
 
120
 
114
121
/* meta_display_set_input_focus_window is like XSetInputFocus, except
115
122
 * that (a) it can't detect timestamps later than the current time,
116
123
 * since Mutter isn't part of the XServer, and thus gives erroneous