Drop obsolete USE_ICON_IMAGECLASS_FOR_CLIENT_...() examples

This commit is contained in:
Kim Woelders 2019-12-25 15:53:17 +01:00
parent 53f34cd4d7
commit 1156873efa
3 changed files with 0 additions and 19 deletions

View File

@ -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)

View File

@ -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

View File

@ -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
*/