From bfb685f58de48b0001b93fbe03c5e5134d05d24f Mon Sep 17 00:00:00 2001 From: EMH-Mark-I Date: Fri, 6 Aug 2021 10:14:28 -0500 Subject: [PATCH] =?UTF-8?q?Addressing=20issues=20#185=20and=20#193=20(foll?= =?UTF-8?q?owup)=20In=20the=20previous=20commit=20I=20forgot=20to=20modify?= =?UTF-8?q?=20the=20depressed=20state=20of=20the=20close=20button,=20which?= =?UTF-8?q?=20was=20causing=20it=20to=20=E2=80=9Cjump=E2=80=9D=20in=20and?= =?UTF-8?q?=20out=20of=20states=20when=20the=20mouse=20button=20was=20held?= =?UTF-8?q?=20down.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Theme/Chicago95/xfwm4/close-pressed.xpm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Theme/Chicago95/xfwm4/close-pressed.xpm b/Theme/Chicago95/xfwm4/close-pressed.xpm index 6eaf34a..fea8c1c 100644 --- a/Theme/Chicago95/xfwm4/close-pressed.xpm +++ b/Theme/Chicago95/xfwm4/close-pressed.xpm @@ -1,17 +1,17 @@ /* XPM */ static char * close_pressed_xpm[] = { "18 24 7 1", -" c None", +" c #8CB754 s active_color_1", "+ c #000000 s active_shadow_1", "& c #FFFFFF s active_hilight_2", "# c #FFFFFF s active_hilight_1", "@ c #C0C0C0 s active_mid_1", ". c #FF00FF s active_mid_2", "S c #808080 s active_shadow_2", -" ", -" ", -" ", -" ", +"##################", +"&&&&&&&&&&&&&&&&&&", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", " ", " ", " +++++++++++++++&", @@ -30,5 +30,5 @@ static char * close_pressed_xpm[] = { " &&&&&&&&&&&&&&&&", " ", " ", -" ", -" "}; +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@"};