mirror of
https://github.com/brl/mutter.git
synced 2025-02-19 14:44:10 +00:00
prefs: Handle the new META_PREF_DYNAMIC_WORKSPACES enum value
Avoids a -Werror compiler error.
This commit is contained in:
parent
f0582d1a86
commit
1d98f1fee8
@ -1628,6 +1628,9 @@ meta_preference_to_string (MetaPreference pref)
|
|||||||
|
|
||||||
case META_PREF_DRAGGABLE_BORDER_WIDTH:
|
case META_PREF_DRAGGABLE_BORDER_WIDTH:
|
||||||
return "DRAGGABLE_BORDER_WIDTH";
|
return "DRAGGABLE_BORDER_WIDTH";
|
||||||
|
|
||||||
|
case META_PREF_DYNAMIC_WORKSPACES:
|
||||||
|
return "DYNAMIC_WORKSPACES";
|
||||||
}
|
}
|
||||||
|
|
||||||
return "(unknown)";
|
return "(unknown)";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user