[metacity] theme: move .ssd class to window node
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [metacity] theme: move .ssd class to window node
- Date: Sat, 23 Jan 2016 18:16:18 +0000 (UTC)
commit b8a78e7e5150e940146dc580a2e0f5876cfe1bcd
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Sat Jan 23 12:42:37 2016 +0200
theme: move .ssd class to window node
src/ui/theme.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/ui/theme.c b/src/ui/theme.c
index b43ee00..00be60b 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -6076,14 +6076,13 @@ meta_theme_create_style_info (MetaTheme *theme,
provider,
"window",
GTK_STYLE_CLASS_BACKGROUND,
- theme->composited == FALSE ? "solid-csd" : NULL,
+ theme->composited == TRUE ? "ssd" : "solid-csd",
NULL);
style_info->styles[META_STYLE_ELEMENT_DECORATION] =
create_style_context (G_TYPE_NONE,
style_info->styles[META_STYLE_ELEMENT_WINDOW],
provider,
"decoration",
- theme->composited == TRUE ? "ssd" : NULL,
NULL);
style_info->styles[META_STYLE_ELEMENT_TITLEBAR] =
create_style_context (G_TYPE_NONE,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]