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