1 /* See LICENSE for license details. */
6 MODE_APPKEYPAD = 1 << 2,
7 MODE_MOUSEBTN = 1 << 3,
8 MODE_MOUSEMOTION = 1 << 4,
10 MODE_KBDLOCK = 1 << 6,
12 MODE_APPCURSOR = 1 << 8,
13 MODE_MOUSESGR = 1 << 9,
16 MODE_FBLINK = 1 << 12,
18 MODE_MOUSEX10 = 1 << 14,
19 MODE_MOUSEMANY = 1 << 15,
20 MODE_BRCKTPASTE = 1 << 16,
21 MODE_NUMLOCK = 1 << 17,
22 MODE_MOUSE = MODE_MOUSEBTN|MODE_MOUSEMOTION|MODE_MOUSEX10\
28 void xdrawcursor(int, int, Glyph, int, int, Glyph);
29 void xdrawline(Line, int, int, int);
30 void xfinishdraw(void);
32 int xsetcolorname(int, const char *);
33 void xsettitle(char *);
35 void xsetmode(int, unsigned int);
36 void xsetpointermotion(int);
39 void xximspot(int, int);