Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
spectrwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
251c879
)
Some class/name strings can be long. Bump up SWM_QUIRK_LEN to 64. It's not
author
Darrin Chandler
<dwchandler@stilyagin.com>
Sat, 1 Aug 2009 19:59:12 +0000
(19:59 +0000)
committer
Darrin Chandler
<dwchandler@stilyagin.com>
Sat, 1 Aug 2009 19:59:12 +0000
(19:59 +0000)
surprising that it was a Java app that tripped this up. Leaving dynamic
allocation for a later commit.
ok marco
scrotwm.c
patch
|
blob
|
history
diff --git
a/scrotwm.c
b/scrotwm.c
index
152f1e7
..
70aee79
100644
(file)
--- a/
scrotwm.c
+++ b/
scrotwm.c
@@
-136,7
+136,7
@@
u_int32_t swm_debug = 0
#define SWM_PROPLEN (16)
#define SWM_FUNCNAME_LEN (32)
#define SWM_KEYS_LEN (255)
-#define SWM_QUIRK_LEN (32)
+#define SWM_QUIRK_LEN (64)
#define X(r) (r)->g.x
#define Y(r) (r)->g.y
#define WIDTH(r) (r)->g.w