summarylogtreecommitdiffstats
path: root/0001-Add-hover-effects-for-titlebar-s-buttons-of-inactive.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Add-hover-effects-for-titlebar-s-buttons-of-inactive.patch')
-rw-r--r--0001-Add-hover-effects-for-titlebar-s-buttons-of-inactive.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/0001-Add-hover-effects-for-titlebar-s-buttons-of-inactive.patch b/0001-Add-hover-effects-for-titlebar-s-buttons-of-inactive.patch
index 5d30f6c5a1b4..6060165b3c81 100644
--- a/0001-Add-hover-effects-for-titlebar-s-buttons-of-inactive.patch
+++ b/0001-Add-hover-effects-for-titlebar-s-buttons-of-inactive.patch
@@ -1,4 +1,4 @@
-From f450803bd5dc90b9313c68f3581bb0488d22f296 Mon Sep 17 00:00:00 2001
+From c814e9ca7749cc5e80f708f3e0051a22f0886de7 Mon Sep 17 00:00:00 2001
From: jjacky <i.am.jack.mail@gmail.com>
Date: Thu, 4 Apr 2013 16:58:07 +0200
Subject: [PATCH] Add hover effects for (titlebar's) buttons of inactive
@@ -14,10 +14,10 @@ Signed-off-by: Olivier Brunel <jjk@jjacky.com>
2 files changed, 15 insertions(+), 18 deletions(-)
diff --git a/src/client.c b/src/client.c
-index 79de331..3812aac 100644
+index 7fa9e36..b207f36 100644
--- a/src/client.c
+++ b/src/client.c
-@@ -3942,6 +3942,12 @@ clientGetButtonPixmap (Client *c, int button, int state)
+@@ -3974,6 +3974,12 @@ clientGetButtonPixmap (Client *c, int button, int state)
int
clientGetButtonState (Client *c, int button, int state)
{
@@ -30,7 +30,7 @@ index 79de331..3812aac 100644
if (state == INACTIVE)
{
return (state);
-@@ -3953,12 +3959,6 @@ clientGetButtonState (Client *c, int button, int state)
+@@ -3985,12 +3991,6 @@ clientGetButtonState (Client *c, int button, int state)
return (PRESSED);
}
@@ -44,10 +44,10 @@ index 79de331..3812aac 100644
}
diff --git a/src/events.c b/src/events.c
-index 561cd5c..51411a8 100644
+index 50303b0..efc1db6 100644
--- a/src/events.c
+++ b/src/events.c
-@@ -1416,23 +1416,20 @@ handleEnterNotify (DisplayInfo *display_info, XCrossingEvent * ev)
+@@ -1421,23 +1421,20 @@ handleEnterNotify (DisplayInfo *display_info, XCrossingEvent * ev)
clientClearDelayedFocus ();
}
}
@@ -81,5 +81,5 @@ index 561cd5c..51411a8 100644
/* No need to process the event any further */
--
-2.3.1
+2.3.3