diff options
Diffstat (limited to 'win.h')
-rw-r--r-- | win.h | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -5,8 +5,6 @@ | |||
5 | #define XK_NO_MOD 0 | 5 | #define XK_NO_MOD 0 |
6 | #define XK_SWITCH_MOD (1<<13) | 6 | #define XK_SWITCH_MOD (1<<13) |
7 | 7 | ||
8 | typedef XftGlyphFontSpec GlyphFontSpec; | ||
9 | |||
10 | void draw(void); | 8 | void draw(void); |
11 | void drawregion(int, int, int, int); | 9 | void drawregion(int, int, int, int); |
12 | 10 | ||
@@ -16,11 +14,12 @@ void xclippaste(void); | |||
16 | void xhints(void); | 14 | void xhints(void); |
17 | void xloadcols(void); | 15 | void xloadcols(void); |
18 | int xsetcolorname(int, const char *); | 16 | int xsetcolorname(int, const char *); |
19 | void xloadfonts(char *, double); | ||
20 | void xsettitle(char *); | 17 | void xsettitle(char *); |
21 | void xsetpointermotion(int); | 18 | void xsetpointermotion(int); |
22 | void xseturgency(int); | 19 | void xseturgency(int); |
23 | void xunloadfonts(void); | ||
24 | void xresize(int, int); | 20 | void xresize(int, int); |
25 | void xselpaste(void); | 21 | void xselpaste(void); |
26 | void xsetsel(char *, Time); | 22 | void xsetsel(char *, Time); |
23 | void zoom(const Arg *); | ||
24 | void zoomabs(const Arg *); | ||
25 | void zoomreset(const Arg *); | ||