[sawfish] In Simple theme windows are now resizable from right border



commit 16c059ba660b40cb764a34ceca323320c5eda50d
Author: chrisb <zanghar freenet de>
Date:   Tue Sep 1 20:07:53 2009 +0200

    In Simple theme windows are now resizable from right border

 ChangeLog              |    3 +++
 man/news.texi          |    2 ++
 themes/simple/theme.jl |   14 +++++++++-----
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ebf6c07..bf78541 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-09-01  Christopher Bratusek <zanghar freenet de>
+	* themes/simple/theme.jl: make windows resizable from right border
+
 2009-08-31  Christopher Bratusek <zanghar freenet de>
 	* CONTRIBUTING: Encoding is changed to utf-8 from latin-1 [Teika Kazura]
 
diff --git a/man/news.texi b/man/news.texi
index e864074..bbbcf44 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -58,6 +58,8 @@ your system, but the later doesn't
 @item Fixed a call of select-workspace-from-first [Michal Maruska]
 
 @item In Sawfish-UI position parameters can be negative [Christopher Bratusek, Teika Kazura]
+
+ item In Simple theme windows are now resizable from right border [Christopher Bratusek]
 @end itemize
 @item New features:
 @itemize @minus
diff --git a/themes/simple/theme.jl b/themes/simple/theme.jl
index 0361989..bbd5291 100644
--- a/themes/simple/theme.jl
+++ b/themes/simple/theme.jl
@@ -76,7 +76,8 @@
 	       (right-edge . -1)
 	       (width . 1)
 	       (top-edge . -22)
-	       (bottom-edge . -5))
+	       (bottom-edge . -5)
+	       (class . right-border))
 	       
 	      ((background . ,frame-colors)
 	       (left-edge . 0)
@@ -119,7 +120,7 @@
 		      (right-edge . 0)
 		      (top-edge . -22)
 		      (height . 1))
-		      
+
 		     ((background . "black")
 		      (left-edge . -1)
 		      (width . 1)
@@ -130,7 +131,8 @@
 		      (right-edge . -1)
 		      (width . 1)
 		      (top-edge . -22)
-		      (height . 23))
+		      (height . 23)
+		      (class . right-border))
 		      
 		     ((background . "black")
 		      (left-edge . 0)
@@ -173,7 +175,8 @@
 			 (right-edge . -1)
 			 (width . 1)
 			 (top-edge . -5)
-			 (bottom-edge . -5))
+			 (bottom-edge . -5)
+			 (class . right-border))
 
 			((background . ,frame-colors)
 			 (left-edge . 0)
@@ -211,7 +214,8 @@
 				(right-edge . -1)
 				(width . 1)
 				(top-edge . -6)
-				(height . 6))
+				(height . 6)
+				(class . right-border))
 				
 			       ((background . "black")
 				(left-edge . 0)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]