kwo pushed a commit to branch master.

http://git.enlightenment.org/e16/e16-themes.git/commit/?id=1156873efa3bf6e7d046ee37c2d51371be6dcac5

commit 1156873efa3bf6e7d046ee37c2d51371be6dcac5
Author: Kim Woelders <k...@woelders.dk>
Date:   Wed Dec 25 15:53:17 2019 +0100

    Drop obsolete USE_ICON_IMAGECLASS_FOR_CLIENT_...() examples
---
 BlueSteel/data/windowmatches.cfg  |  3 ---
 Ganymede/data/windowmatches.cfg   |  3 ---
 ShinyMetal/data/windowmatches.cfg | 13 -------------
 3 files changed, 19 deletions(-)

diff --git a/BlueSteel/data/windowmatches.cfg b/BlueSteel/data/windowmatches.cfg
index c8f6047..fabdf50 100644
--- a/BlueSteel/data/windowmatches.cfg
+++ b/BlueSteel/data/windowmatches.cfg
@@ -69,9 +69,6 @@ USE_BORDER_FOR_SHAPED_CLIENT("BORDERLESS")
 USE_ICON_IMAGE_FOR_CLIENT_CLASS("XClock", "pix/wait1.png")
 USE_BORDER_FOR_CLIENT_WITH_NAME(name, border_name)
 USE_BORDER_FOR_CLIENT_WITH_CLASS(class, border_name)
-USE_ICON_IMAGECLASS_FOR_CLIENT_TITLE(title, icon_class_name)
-USE_ICON_IMAGECLASS_FOR_CLIENT_NAME(name, icon_class_name)
-USE_ICON_IMAGECLASS_FOR_CLIENT_CLASS(class, icon_class_name)
 USE_ICON_IMAGE_FOR_CLIENT_TITLE(title, icon_image_filename)
 USE_ICON_IMAGE_FOR_CLIENT_NAME(name, icon_image_filename)
 USE_ICON_IMAGE_FOR_CLIENT_CLASS(class, icon_image_filename)
diff --git a/Ganymede/data/windowmatches.cfg b/Ganymede/data/windowmatches.cfg
index c867250..5bf0bb3 100644
--- a/Ganymede/data/windowmatches.cfg
+++ b/Ganymede/data/windowmatches.cfg
@@ -42,9 +42,6 @@ __MATCH_WINDOW __BGN
   __HAS_TITLE "*Remote*"
 __END
 
-USE_ICON_IMAGECLASS_FOR_CLIENT_TITLE("*Rootshell*", RED_ICON_BUTTON )
-USE_ICON_IMAGECLASS_FOR_CLIENT_TITLE("*Remote*", GREEN_ICON_BUTTON )
-
 /* Anything narrower than 150 pixels gets the rotated border: */
 __MATCH_WINDOW __BGN
   __NAME NARROW_WINDOWS
diff --git a/ShinyMetal/data/windowmatches.cfg 
b/ShinyMetal/data/windowmatches.cfg
index 42bc99a..a902736 100644
--- a/ShinyMetal/data/windowmatches.cfg
+++ b/ShinyMetal/data/windowmatches.cfg
@@ -21,23 +21,11 @@ USE_ICON_IMAGE_FOR_CLIENT_CLASS("XClock", "pix/wait1.png")
 /*
 USE_BORDER_FOR_CLIENT_WITH_NAME(name, border_name)
 USE_BORDER_FOR_CLIENT_WITH_CLASS(class, border_name)
-USE_ICON_IMAGECLASS_FOR_CLIENT_TITLE(title, icon_class_name)
-USE_ICON_IMAGECLASS_FOR_CLIENT_NAME(name, icon_class_name)
-USE_ICON_IMAGECLASS_FOR_CLIENT_CLASS(class, icon_class_name)
 USE_ICON_IMAGE_FOR_CLIENT_TITLE(title, icon_image_filename)
 USE_ICON_IMAGE_FOR_CLIENT_NAME(name, icon_image_filename)
 USE_ICON_IMAGE_FOR_CLIENT_CLASS(class, icon_image_filename)
 */
 
-
-
-
-
-
-
-
-
-
 /* The LONG way */
 /* This is an example of explicitly doing a window match the LONG way */
 /*
@@ -78,4 +66,3 @@ __MATCH_WINDOW __BGN
   __CANNOT_RESIZE_VERTICALLY __ON
 __END
 */
-

-- 


Reply via email to