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);
16 void xclippaste(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);
28 void xsetsel(char *, Time
);