From cb9a1be4e7d324be0ec58b1783f72783e1a8f576 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Tue, 28 Aug 2018 18:51:49 -0400 Subject: 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 --- src/core/prefs.c | 6 ------ src/org.mate.marco.gschema.xml | 5 ----- 2 files changed, 11 deletions(-) diff --git a/src/core/prefs.c b/src/core/prefs.c index 048b738a..b5f9f7e3 100644 --- a/src/core/prefs.c +++ b/src/core/prefs.c @@ -335,12 +335,6 @@ static MetaEnumPreference preferences_enum[] = static MetaBoolPreference preferences_bool[] = { - { "attach-modal-dialogs", - KEY_GENERAL_SCHEMA, - META_PREF_ATTACH_MODAL_DIALOGS, - &attach_modal_dialogs, - TRUE, - }, { "raise-on-click", KEY_GENERAL_SCHEMA, META_PREF_RAISE_ON_CLICK, diff --git a/src/org.mate.marco.gschema.xml b/src/org.mate.marco.gschema.xml index adbb29e2..6632e6b1 100644 --- a/src/org.mate.marco.gschema.xml +++ b/src/org.mate.marco.gschema.xml @@ -146,11 +146,6 @@ Visual Bell Type 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. - - false - Attach modal dialogs - 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. - true Compositing Manager -- cgit v1.2.1