pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5159d55
)
Remove unnecessary typedef
author
FRIGN
<dev@frign.de>
Fri, 6 Jun 2014 12:08:51 +0000
(14:08 +0200)
committer
Roberto E. Vargas Caballero
<k0ga@shike2.com>
Fri, 6 Jun 2014 13:23:22 +0000
(15:23 +0200)
This should also fix compiling-errors on OpenBSD,
as reported by Nils R. Thanks!
Signed-off-by: Roberto E. Vargas Caballero <k0ga@shike2.com>
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
13226d8
..
fde4d2d
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-180,7
+180,6
@@
typedef unsigned short ushort;
typedef XftDraw *Draw;
typedef XftColor Color;
-typedef Colormap Colormap;
typedef struct {
char c[UTF_SIZ]; /* character code */