pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4a6c20
)
Fixing the reverse mode of st colors.
author
Christoph Lohmann
<20h@r-36.net>
Tue, 19 Feb 2013 14:51:25 +0000
(15:51 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Tue, 19 Feb 2013 14:51:25 +0000
(15:51 +0100)
Thanks Alexander Sedov <alex0player@gmail.com> for finding this!
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
64366af
..
8320695
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-2288,7
+2288,7
@@
xresize(int col, int row) {
void
xloadcols(void) {
int i, r, g, b;
- XRenderColor color = { .alpha = 0 };
+ XRenderColor color = { .alpha = 0
xffff
};
/* load colors [0-15] colors and [256-LEN(colorname)[ (config.h) */
for(i = 0; i < LEN(colorname); i++) {