From 4b29d98df9034ec808824fdaae81cb4d1f544fd6 Mon Sep 17 00:00:00 2001 From: EMH-Mark-I Date: Fri, 6 Aug 2021 00:44:02 -0500 Subject: [PATCH] Addressing issues #185 and #193 Top most right pixel of close button now clickable in max windows. --- Theme/Chicago95/xfwm4/close-active.xpm | 14 +++++++------- Theme/Chicago95/xfwm4/close-inactive.xpm | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Theme/Chicago95/xfwm4/close-active.xpm b/Theme/Chicago95/xfwm4/close-active.xpm index 6b3786d..73baaf4 100644 --- a/Theme/Chicago95/xfwm4/close-active.xpm +++ b/Theme/Chicago95/xfwm4/close-active.xpm @@ -1,17 +1,17 @@ /* XPM */ static char * close_active_xpm[] = { "18 24 7 1", -" c None", +" c #8CB754 s active_color_1", ". c #000000 s active_mid_2", "& c #000000 s active_shadow_1", "+ c #FFFFFF s active_hilight_2", "S c #FFFFFF s active_hilight_1", "@ c #C0C0C0 s active_mid_1", "# c #808080 s active_shadow_2", -" ", -" ", -" ", -" ", +"SSSSSSSSSSSSSSSSSS", +"++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", " ", " ", " +++++++++++++++&", @@ -30,5 +30,5 @@ static char * close_active_xpm[] = { " &&&&&&&&&&&&&&&&", " ", " ", -" ", -" "}; +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@"}; diff --git a/Theme/Chicago95/xfwm4/close-inactive.xpm b/Theme/Chicago95/xfwm4/close-inactive.xpm index 210ade8..88da35f 100644 --- a/Theme/Chicago95/xfwm4/close-inactive.xpm +++ b/Theme/Chicago95/xfwm4/close-inactive.xpm @@ -1,17 +1,17 @@ /* XPM */ static char * close_inactive_xpm[] = { "18 24 7 1", -" c None", +" c #8CB754 s inactive_color_1", ". c #000000 s inactive_mid_2", "& c #000000 s inactive_shadow_1", "+ c #FFFFFF s inactive_hilight_2", "S c #FFFFFF s inactive_hilight_1", "@ c #C0C0C0 s inactive_mid_1", "# c #808080 s inactive_shadow_2", -" ", -" ", -" ", -" ", +"SSSSSSSSSSSSSSSSSS", +"++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", " ", " ", " +++++++++++++++&", @@ -30,5 +30,5 @@ static char * close_inactive_xpm[] = { " &&&&&&&&&&&&&&&&", " ", " ", -" ", -" "}; +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@"};