~ubuntu-branches/ubuntu/natty/mutter/natty

« back to all changes in this revision

Viewing changes to src/mutter-enum-types.c

  • 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:
409
409
        { META_FRAME_TYPE_UTILITY, "META_FRAME_TYPE_UTILITY", "utility" },
410
410
        { META_FRAME_TYPE_MENU, "META_FRAME_TYPE_MENU", "menu" },
411
411
        { META_FRAME_TYPE_BORDER, "META_FRAME_TYPE_BORDER", "border" },
 
412
        { META_FRAME_TYPE_ATTACHED, "META_FRAME_TYPE_ATTACHED", "attached" },
412
413
        { META_FRAME_TYPE_LAST, "META_FRAME_TYPE_LAST", "last" },
413
414
        { 0, NULL, NULL }
414
415
      };