summaryrefslogtreecommitdiff
path: root/st/st-0.9.3/win.h
diff options
context:
space:
mode:
Diffstat (limited to 'st/st-0.9.3/win.h')
-rw-r--r--st/st-0.9.3/win.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/st/st-0.9.3/win.h b/st/st-0.9.3/win.h
index 6de960d..4d25380 100644
--- a/st/st-0.9.3/win.h
+++ b/st/st-0.9.3/win.h
@@ -21,6 +21,7 @@ enum win_mode {
MODE_NUMLOCK = 1 << 17,
MODE_MOUSE = MODE_MOUSEBTN|MODE_MOUSEMOTION|MODE_MOUSEX10\
|MODE_MOUSEMANY,
+ MODE_KBDSELECT = 1 << 18,
};
void xbell(void);
@@ -38,4 +39,6 @@ void xsetmode(int, unsigned int);
void xsetpointermotion(int);
void xsetsel(char *);
int xstartdraw(void);
+void toggle_winmode(int);
+void keyboard_select(const Arg *);
void xximspot(int, int);