~ubuntu-branches/ubuntu/saucy/mutter/saucy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-10-01 11:39:17 UTC
  • mfrom: (1.2.1 upstream) (10.1.20 maverick)
  • Revision ID: james.westby@ubuntu.com-20101001113917-d1c9zswwaehyn07e
Tags: 2.31.5-0ubuntu9
* debian/patches/20_unity_no_3D_detection.patch:
  - add an extra string in fallback mode to guide user in live session
    (LP: #651085)

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
  if (g_once_init_enter (&g_enum_type_id__volatile))
119
119
    {
120
120
      static const GFlagsValue values[] = {
 
121
        { META_DEBUG_VERBOSE, "META_DEBUG_VERBOSE", "verbose" },
121
122
        { META_DEBUG_FOCUS, "META_DEBUG_FOCUS", "focus" },
122
123
        { META_DEBUG_WORKAREA, "META_DEBUG_WORKAREA", "workarea" },
123
124
        { META_DEBUG_STACK, "META_DEBUG_STACK", "stack" },
222
223
  if (g_once_init_enter (&g_enum_type_id__volatile))
223
224
    {
224
225
      static const GFlagsValue values[] = {
 
226
        { META_MENU_OP_NONE, "META_MENU_OP_NONE", "none" },
225
227
        { META_MENU_OP_DELETE, "META_MENU_OP_DELETE", "delete" },
226
228
        { META_MENU_OP_MINIMIZE, "META_MENU_OP_MINIMIZE", "minimize" },
227
229
        { META_MENU_OP_UNMAXIMIZE, "META_MENU_OP_UNMAXIMIZE", "unmaximize" },
1062
1064
        { META_PREF_CURSOR_SIZE, "META_PREF_CURSOR_SIZE", "cursor-size" },
1063
1065
        { META_PREF_COMPOSITING_MANAGER, "META_PREF_COMPOSITING_MANAGER", "compositing-manager" },
1064
1066
        { META_PREF_RESIZE_WITH_RIGHT_BUTTON, "META_PREF_RESIZE_WITH_RIGHT_BUTTON", "resize-with-right-button" },
 
1067
        { META_PREF_FORCE_FULLSCREEN, "META_PREF_FORCE_FULLSCREEN", "force-fullscreen" },
1065
1068
        { META_PREF_CLUTTER_PLUGINS, "META_PREF_CLUTTER_PLUGINS", "clutter-plugins" },
1066
1069
        { META_PREF_LIVE_HIDDEN_WINDOWS, "META_PREF_LIVE_HIDDEN_WINDOWS", "live-hidden-windows" },
1067
1070
        { META_PREF_NO_TAB_POPUP, "META_PREF_NO_TAB_POPUP", "no-tab-popup" },