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

« back to all changes in this revision

Viewing changes to src/include/window.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-08-10 19:00:42 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810190042-cg6drmydzek5gwbh
Tags: 2.27.1git090806-0ubuntu1
* New upstream release from git repositoy, using now clutter 1.0,
  needed for last GNOME shell.
* debian/control.in: build-dep on libclutter-1.0-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
const char *meta_window_get_role (MetaWindow *window);
101
101
MetaStackLayer meta_window_get_layer (MetaWindow *window);
102
102
MetaWindow* meta_window_find_root_ancestor    (MetaWindow *window);
 
103
gboolean meta_window_is_ancestor_of_transient (MetaWindow            *window,
 
104
                                               MetaWindow            *transient);
103
105
gboolean meta_window_get_icon_geometry (MetaWindow    *window,
104
106
                                        MetaRectangle *rect);
105
107
void meta_window_maximize   (MetaWindow        *window,
112
114
MetaWindow *meta_window_get_transient_for (MetaWindow *window);
113
115
void        meta_window_delete             (MetaWindow  *window,
114
116
                                            guint32      timestamp);
115
 
 
 
117
int         meta_window_get_pid (MetaWindow *window);
 
118
const char *meta_window_get_client_machine (MetaWindow *window);
116
119
#endif