~ubuntu-branches/ubuntu/oneiric/mutter/oneiric-201109070806

« back to all changes in this revision

Viewing changes to .pc/03_strict_focus.patch/src/include/common.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-11-30 10:56:20 UTC
  • Revision ID: james.westby@ubuntu.com-20101130105620-5pg8qjx4fn4nt00b
Tags: 2.91.3-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
  META_FRAME_TYPE_UTILITY,
196
196
  META_FRAME_TYPE_MENU,
197
197
  META_FRAME_TYPE_BORDER,
 
198
  META_FRAME_TYPE_ATTACHED,
198
199
  META_FRAME_TYPE_LAST
199
200
} MetaFrameType;
200
201