09a1f2a
From: Daniel Drake <dsd@laptop.org>
09a1f2a
09a1f2a
Fix build against metacity-2.34.2. The port to GSettings
09a1f2a
removed these constants from the codebase.
09a1f2a
09a1f2a
Index: gnome-python-desktop-2.32.0/metacity/metacity.defs
09a1f2a
===================================================================
09a1f2a
--- gnome-python-desktop-2.32.0.orig/metacity/metacity.defs
09a1f2a
+++ gnome-python-desktop-2.32.0/metacity/metacity.defs
09a1f2a
@@ -120,32 +120,6 @@
09a1f2a
   )
09a1f2a
 )
09a1f2a
 
09a1f2a
-(define-enum FocusMode
09a1f2a
-  (in-module "Meta")
09a1f2a
-  (c-name "MetaFocusMode")
09a1f2a
-;   (gtype-id "META_TYPE_FOCUS_MODE")
09a1f2a
-  (values
09a1f2a
-    '("click" "META_FOCUS_MODE_CLICK")
09a1f2a
-    '("sloppy" "META_FOCUS_MODE_SLOPPY")
09a1f2a
-    '("mouse" "META_FOCUS_MODE_MOUSE")
09a1f2a
-  )
09a1f2a
-)
09a1f2a
-
09a1f2a
-(define-enum ActionTitlebar
09a1f2a
-  (in-module "Meta")
09a1f2a
-  (c-name "MetaActionTitlebar")
09a1f2a
-;   (gtype-id "META_TYPE_ACTION_TITLEBAR")
09a1f2a
-  (values
09a1f2a
-    '("toggle-shade" "META_ACTION_TITLEBAR_TOGGLE_SHADE")
09a1f2a
-    '("toggle-maximize" "META_ACTION_TITLEBAR_TOGGLE_MAXIMIZE")
09a1f2a
-    '("minimize" "META_ACTION_TITLEBAR_MINIMIZE")
09a1f2a
-    '("none" "META_ACTION_TITLEBAR_NONE")
09a1f2a
-    '("lower" "META_ACTION_TITLEBAR_LOWER")
09a1f2a
-    '("menu" "META_ACTION_TITLEBAR_MENU")
09a1f2a
-    '("last" "META_ACTION_TITLEBAR_LAST")
09a1f2a
-  )
09a1f2a
-)
09a1f2a
-
09a1f2a
 (define-enum FrameType
09a1f2a
   (in-module "Meta")
09a1f2a
   (c-name "MetaFrameType")