From 997488f903cef76143e5b0f19a906cbb549d5761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 27 Sep 2014 18:04:20 +0300 Subject: theme: Add background functions for single buttons With the existing background functions, single buttons can not be styled separately - on the left side, the style of the left button is picked, and the right button's style on the right side. As theme authors may want to add rounded corners to button groups as a whole, it makes sense to treat the case of a single button in a group differently. https://bugzilla.gnome.org/show_bug.cgi?id=635683 NOTE: Patch copied from mutter and adapted for metacity. --- doc/theme-format.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/theme-format.txt') diff --git a/doc/theme-format.txt b/doc/theme-format.txt index 541998d0..cec70290 100644 --- a/doc/theme-format.txt +++ b/doc/theme-format.txt @@ -22,6 +22,12 @@ 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.3 +======================================== + +Add two additional button background functions - left_single_background and +right_single_background - for button groups with just a single button. + New Features in Theme Format Version 3.2 ======================================== -- cgit v1.2.1