1 /* See LICENSE for license details. */
4 #define XK_ANY_MOD UINT_MAX
6 #define XK_SWITCH_MOD (1<<13)
8 typedef XftGlyphFontSpec GlyphFontSpec
;
11 void drawregion(int, int, int, int);
15 void xclippaste(void);
18 int xsetcolorname(int, const char *);
19 void xloadfonts(char *, double);
20 void xsettitle(char *);
21 void xsetpointermotion(int);
22 void xseturgency(int);
23 void xunloadfonts(void);
24 void xresize(int, int);
26 void xsetsel(char *, Time
);