]> git.armaanb.net Git - st.git/blob - win.h
Remove X and fontconfig from st.c
[st.git] / win.h
1 /* See LICENSE for license details. */
2
3 void draw(void);
4 void drawregion(int, int, int, int);
5
6 void xbell(void);
7 void xclipcopy(void);
8 void xhints(void);
9 void xloadcols(void);
10 int xsetcolorname(int, const char *);
11 void xsettitle(char *);
12 int xsetcursor(int);
13 void xsetpointermotion(int);
14 void xsetsel(char *);