commit a34b088bcef2cf69c88e75e3b0e8103ac7ea0eec
parent 870effe78f3d0bfde8e1bbb29378ae38efae3256
Author: Cem Keylan <cem@ckyln.com>
Date: Tue, 12 Nov 2019 06:31:50 +0300
fix wrong manual patching error
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x.c b/x.c
@@ -27,7 +27,6 @@ typedef struct {
KeySym keysym;
void (*func)(const Arg *);
const Arg arg;
- uint release;
} Shortcut;
typedef struct {
@@ -35,6 +34,7 @@ typedef struct {
uint button;
void (*func)(const Arg *);
const Arg arg;
+ uint release;
} MouseShortcut;
typedef struct {