~ubuntu-dev/ubuntu/lucid/mutter/lucid-201002101912

« back to all changes in this revision

Viewing changes to src/core/window-private.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2010-01-08 14:40:43 UTC
  • mfrom: (0.1.7 sid) (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100108144043-x04o6jk3bcpsqosy
Tags: 2.28.1~git20091208-1ubuntu1
* Merge with Debian squeeze.
* debian/rules: Replace remaining occurances of "metacity" with "mutter". 

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
  /* Whether we're fullscreen */
131
131
  guint fullscreen : 1;
132
132
 
 
133
  /* Whether the urgent flag of WM_HINTS is set */
 
134
  guint wm_hints_urgent : 1;
 
135
 
133
136
  /* Area to cover when in fullscreen mode.  If _NET_WM_FULLSCREEN_MONITORS has
134
137
   * been overridden (via a client message), the window will cover the union of
135
138
   * these monitors.  If not, this is the single monitor which the window's
380
383
  void (*workspace_changed) (MetaWindow *window, int  old_workspace);
381
384
  void (*focus)             (MetaWindow *window);
382
385
  void (*raised)            (MetaWindow *window);
 
386
  void (*unmanaged)         (MetaWindow *window);
383
387
};
384
388
 
385
389
/* These differ from window->has_foo_func in that they consider