]> git.armaanb.net Git - st.git/blob - win.h
Call xsetenv() in main process instead of child
[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 typedef XftGlyphFontSpec GlyphFontSpec;
9
10 void draw(void);
11 void drawregion(int, int, int, int);
12 void run(void);
13
14 void xbell(int);
15 void xclipcopy(void);
16 void xclippaste(void);
17 void xhints(void);
18 void xinit(void);
19 void xloadcols(void);
20 int xsetcolorname(int, const char *);
21 void xloadfonts(char *, double);
22 void xsettitle(char *);
23 void xsetpointermotion(int);
24 void xseturgency(int);
25 void xunloadfonts(void);
26 void xresize(int, int);
27 void xselpaste(void);
28 void xsetsel(char *, Time);