Author: olivier
Date: 2006-07-09 09:07:25 +0000 (Sun, 09 Jul 2006)
New Revision: 22306

Modified:
   xfwm4/trunk/src/settings.c
   xfwm4/trunk/src/settings.h
   xfwm4/trunk/themes/daloa/themerc
   xfwm4/trunk/themes/default/themerc
   xfwm4/trunk/themes/katiola/themerc
   xfwm4/trunk/themes/moheli/themerc
   xfwm4/trunk/themes/stoneage/themerc
   xfwm4/trunk/themes/therapy/themerc
   xfwm4/trunk/themes/tyrex/themerc
   xfwm4/trunk/themes/wallis/themerc
Log:
"Frame" seems more appropriate

Modified: xfwm4/trunk/src/settings.c
===================================================================
--- xfwm4/trunk/src/settings.c  2006-07-09 08:47:01 UTC (rev 22305)
+++ xfwm4/trunk/src/settings.c  2006-07-09 09:07:25 UTC (rev 22306)
@@ -898,9 +898,9 @@
     {
         return TITLE_SHADOW_UNDER;
     }
-    else if (!g_ascii_strcasecmp ("bevel", val))
+    else if (!g_ascii_strcasecmp ("frame", val))
     {
-        return TITLE_SHADOW_BEVEL;
+        return TITLE_SHADOW_FRAME;
     }
     return TITLE_SHADOW_NONE;
 }

Modified: xfwm4/trunk/src/settings.h
===================================================================
--- xfwm4/trunk/src/settings.h  2006-07-09 08:47:01 UTC (rev 22305)
+++ xfwm4/trunk/src/settings.h  2006-07-09 09:07:25 UTC (rev 22306)
@@ -41,7 +41,7 @@
 
 #define TITLE_SHADOW_NONE               0
 #define TITLE_SHADOW_UNDER              1
-#define TITLE_SHADOW_BEVEL              2
+#define TITLE_SHADOW_FRAME              2
 
 #define MENU_BUTTON                     0
 #define STICK_BUTTON                    1

Modified: xfwm4/trunk/themes/daloa/themerc
===================================================================
--- xfwm4/trunk/themes/daloa/themerc    2006-07-09 08:47:01 UTC (rev 22305)
+++ xfwm4/trunk/themes/daloa/themerc    2006-07-09 09:07:25 UTC (rev 22306)
@@ -4,6 +4,6 @@
 title_horizontal_offset=0
 title_vertical_offset_active=1
 title_vertical_offset_inactive=1
-title_shadow_active=bevel
+title_shadow_active=frame
 title_shadow_inactive=false
 show_app_icon=true

Modified: xfwm4/trunk/themes/default/themerc
===================================================================
--- xfwm4/trunk/themes/default/themerc  2006-07-09 08:47:01 UTC (rev 22305)
+++ xfwm4/trunk/themes/default/themerc  2006-07-09 09:07:25 UTC (rev 22306)
@@ -4,6 +4,6 @@
 title_horizontal_offset=0
 title_vertical_offset_active=1
 title_vertical_offset_inactive=1
-title_shadow_active=bevel
+title_shadow_active=frame
 title_shadow_inactive=false
 show_app_icon=true

Modified: xfwm4/trunk/themes/katiola/themerc
===================================================================
--- xfwm4/trunk/themes/katiola/themerc  2006-07-09 08:47:01 UTC (rev 22305)
+++ xfwm4/trunk/themes/katiola/themerc  2006-07-09 09:07:25 UTC (rev 22306)
@@ -7,7 +7,7 @@
 inactive_text_shadow_color=#f2f2f2
 show_app_icon=true
 title_horizontal_offset=0
-title_shadow_active=true
-title_shadow_inactive=true
+title_shadow_active=frame
+title_shadow_inactive=frame
 title_vertical_offset_active=1
 title_vertical_offset_inactive=1

Modified: xfwm4/trunk/themes/moheli/themerc
===================================================================
--- xfwm4/trunk/themes/moheli/themerc   2006-07-09 08:47:01 UTC (rev 22305)
+++ xfwm4/trunk/themes/moheli/themerc   2006-07-09 09:07:25 UTC (rev 22306)
@@ -5,5 +5,5 @@
 title_horizontal_offset=8
 title_vertical_offset_active=1
 title_vertical_offset_inactive=1
-title_shadow_active=bevel
+title_shadow_active=frame
 show_app_icon=true

Modified: xfwm4/trunk/themes/stoneage/themerc
===================================================================
--- xfwm4/trunk/themes/stoneage/themerc 2006-07-09 08:47:01 UTC (rev 22305)
+++ xfwm4/trunk/themes/stoneage/themerc 2006-07-09 09:07:25 UTC (rev 22306)
@@ -4,5 +4,5 @@
 title_horizontal_offset=2
 title_vertical_offset_active=0
 title_vertical_offset_inactive=0
-title_shadow_active=true
+title_shadow_active=under
 show_app_icon=true

Modified: xfwm4/trunk/themes/therapy/themerc
===================================================================
--- xfwm4/trunk/themes/therapy/themerc  2006-07-09 08:47:01 UTC (rev 22305)
+++ xfwm4/trunk/themes/therapy/themerc  2006-07-09 09:07:25 UTC (rev 22306)
@@ -5,7 +5,7 @@
 title_horizontal_offset=2
 title_vertical_offset_active=1
 title_vertical_offset_inactive=1
-title_shadow_active=true
+title_shadow_active=under
 # title_shadow_active=false
 title_shadow_inactive=false
 show_app_icon=true

Modified: xfwm4/trunk/themes/tyrex/themerc
===================================================================
--- xfwm4/trunk/themes/tyrex/themerc    2006-07-09 08:47:01 UTC (rev 22305)
+++ xfwm4/trunk/themes/tyrex/themerc    2006-07-09 09:07:25 UTC (rev 22306)
@@ -4,5 +4,5 @@
 title_horizontal_offset=1
 title_vertical_offset_active=1
 title_vertical_offset_inactive=2
-title_shadow_active=true
+title_shadow_active=under
 show_app_icon=true

Modified: xfwm4/trunk/themes/wallis/themerc
===================================================================
--- xfwm4/trunk/themes/wallis/themerc   2006-07-09 08:47:01 UTC (rev 22305)
+++ xfwm4/trunk/themes/wallis/themerc   2006-07-09 09:07:25 UTC (rev 22306)
@@ -4,6 +4,6 @@
 title_horizontal_offset=3
 title_vertical_offset_active=1
 title_vertical_offset_inactive=1
-title_shadow_active=true
+title_shadow_active=under
 title_shadow_inactive=false
 show_app_icon=true

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to