Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Move config.h include from st.c to x.c
[st.git]
/
win.h
diff --git
a/win.h
b/win.h
index
dee0b7f
..
b7022ec
100644
(file)
--- a/
win.h
+++ b/
win.h
@@
-16,9
+16,5
@@
void xloadcols(void);
int xsetcolorname(int, const char *);
void xsettitle(char *);
void xsetpointermotion(int);
-void xresize(int, int);
void xselpaste(void);
void xsetsel(char *, Time);
-void zoom(const Arg *);
-void zoomabs(const Arg *);
-void zoomreset(const Arg *);