~ubuntu-branches/ubuntu/wily/mutter/wily

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort, Laurent Bigonville, Emilio Pozuelo Monfort
  • Date: 2011-02-19 15:20:42 UTC
  • mfrom: (0.3.17 experimental)
  • Revision ID: james.westby@ubuntu.com-20110219152042-aqoiuxyn4o6speec
Tags: 2.91.6-1
[ Laurent Bigonville ]
* New upstream release.
* debian/control.in:
  - Remove duplicate Section
  - Drop gir1.2-mutter-2.91 Conflicts/Replaces against libmutter-private0
    package
* debian/watch: Drop call to uupdate
* debian/mutter.lintian-overrides: Add overrides for manpages shipped
  in mutter-common

[ Emilio Pozuelo Monfort ]
* debian/control.in:
  + Update for the new gtk+ 3 package names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 */
78
78
#define N_IGNORED_SERIALS           4
79
79
 
 
80
typedef enum {
 
81
  META_TILE_NONE,
 
82
  META_TILE_LEFT,
 
83
  META_TILE_RIGHT,
 
84
  META_TILE_MAXIMIZED
 
85
} MetaTileMode;
 
86
 
80
87
struct _MetaDisplay
81
88
{
82
89
  GObject parent_instance;
179
186
  int         grab_anchor_root_x;
180
187
  int         grab_anchor_root_y;
181
188
  MetaRectangle grab_anchor_window_pos;
 
189
  MetaTileMode  grab_tile_mode;
182
190
  int         grab_latest_motion_x;
183
191
  int         grab_latest_motion_y;
184
192
  gulong      grab_mask;