From c9c3f858e28edf0856a263941007401923adbabd Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Sat, 27 Sep 2014 17:06:36 +0300 Subject: Add frame type for attached modal dialogs Add a new frame type META_FRAME_TYPE_ATTACHED which is used for attached modal dialogs. The theme format version is bumped to 3.2, and attached windows can have borders defined in a metacity-theme-3.xml as: If no style is defined for "attached", drawing will fall back to the "border" type. https://bugzilla.gnome.org/show_bug.cgi?id=592382 NOTE: Patch copied from mutter and adapted for metacity. --- doc/theme-format.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/theme-format.txt b/doc/theme-format.txt index bd6004d4..541998d0 100644 --- a/doc/theme-format.txt +++ b/doc/theme-format.txt @@ -22,6 +22,14 @@ This document has separate sections for each format version. You may want to read the document in reverse order, since the base features are discussed under version 1. +New Features in Theme Format Version 3.2 +======================================== + +A new window type 'attached' is added for modal dialogs which are +attached to their parent window. (When the attach_modal_dialogs preference +is turned on.) If no style is defined for the 'attached' window type, +the 'border' window type will be used instead. + New Features in Theme Format Version 3.1 ======================================== -- cgit v1.2.1