aboutsummaryrefslogtreecommitdiff
path: root/win.h
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2017-10-17 15:21:04 -0500
committerDevin J. Pohly <djpohly@gmail.com>2018-02-25 21:53:24 -0600
commit65976c1a29f2945c3cfb6af74cd6440cf193021d (patch)
tree670d2b3063767c1363322d6db5e73447e682081a /win.h
parent32d3b1d00f66eda4f5446f3b32cabed2c9a77a40 (diff)
downloadst-patched-65976c1a29f2945c3cfb6af74cd6440cf193021d.tar.bz2
st-patched-65976c1a29f2945c3cfb6af74cd6440cf193021d.tar.xz
st-patched-65976c1a29f2945c3cfb6af74cd6440cf193021d.zip
Move config.h include from st.c to x.c
config.h includes references to KeySyms and other X stuff. Until we come up with a cleaner way to separate configuration, it is simpler (leads to more code removal) to have this here. Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
Diffstat (limited to 'win.h')
-rw-r--r--win.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/win.h b/win.h
index 00113c5..b7022ec 100644
--- a/win.h
+++ b/win.h
@@ -18,6 +18,3 @@ void xsettitle(char *);
18void xsetpointermotion(int); 18void xsetpointermotion(int);
19void xselpaste(void); 19void xselpaste(void);
20void xsetsel(char *, Time); 20void xsetsel(char *, Time);
21void zoom(const Arg *);
22void zoomabs(const Arg *);
23void zoomreset(const Arg *);