Skip to content

Commit cb9a1be

Browse files
committed
remove option to attach modal dialogs
This was added only to add support for metacity theme format version 3.2. Adapted from metacity for marco origin commit: https://gitlab.gnome.org/GNOME/metacity/commit/d2b13461
1 parent 5418b40 commit cb9a1be

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/core/prefs.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -335,12 +335,6 @@ static MetaEnumPreference preferences_enum[] =
335335

336336
static MetaBoolPreference preferences_bool[] =
337337
{
338-
{ "attach-modal-dialogs",
339-
KEY_GENERAL_SCHEMA,
340-
META_PREF_ATTACH_MODAL_DIALOGS,
341-
&attach_modal_dialogs,
342-
TRUE,
343-
},
344338
{ "raise-on-click",
345339
KEY_GENERAL_SCHEMA,
346340
META_PREF_RAISE_ON_CLICK,

src/org.mate.marco.gschema.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,6 @@
146146
<summary>Visual Bell Type</summary>
147147
<description>Tells Marco how to implement the visual indication that the system bell or another application 'bell' indicator has been rung. Currently there are two valid values, "fullscreen", which causes a fullscreen white-black flash, and "frame_flash" which causes the titlebar of the application which sent the bell signal to flash. If the application which sent the bell is unknown (as is usually the case for the default "system beep"), the currently focused window's titlebar is flashed.</description>
148148
</key>
149-
<key name="attach-modal-dialogs" type="b">
150-
<default>false</default>
151-
<summary>Attach modal dialogs</summary>
152-
<description>When true, instead of having independent titlebars, modal dialogs appear attached to the titlebar of the parent window and are moved together with the parent window.</description>
153-
</key>
154149
<key name="compositing-manager" type="b">
155150
<default>true</default>
156151
<summary>Compositing Manager</summary>

0 commit comments

Comments
 (0)