]> git.armaanb.net Git - st.git/blob - win.h
Move zoom functions into x.c
[st.git] / win.h
1 /* See LICENSE for license details. */
2
3 /* X modifiers */
4 #define XK_ANY_MOD    UINT_MAX
5 #define XK_NO_MOD     0
6 #define XK_SWITCH_MOD (1<<13)
7
8 void draw(void);
9 void drawregion(int, int, int, int);
10
11 void xbell(int);
12 void xclipcopy(void);
13 void xclippaste(void);
14 void xhints(void);
15 void xloadcols(void);
16 int xsetcolorname(int, const char *);
17 void xsettitle(char *);
18 void xsetpointermotion(int);
19 void xseturgency(int);
20 void xresize(int, int);
21 void xselpaste(void);
22 void xsetsel(char *, Time);
23 void zoom(const Arg *);
24 void zoomabs(const Arg *);
25 void zoomreset(const Arg *);