about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-14 10:24:38 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-14 10:24:38 +0200
commit375a251d16de567b6c62cce208f388cd16e0ce0f (patch)
tree15b16722d42a6f9ae483a89786431b0c0fb5cb5b /dwm.h
parentd4b7a9a3735deeab639f28b5bb2f568e0dc49616 (diff)
downloaddwm-375a251d16de567b6c62cce208f388cd16e0ce0f.tar.gz
implemented ungrabkeys() which is called in cleanup()
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm.h b/dwm.h
index c13179f..a1bd1e4 100644
--- a/dwm.h
+++ b/dwm.h
@@ -108,6 +108,7 @@ extern unsigned int textw(const char *text);
 
 /* event.c */
 extern void grabkeys();
+extern void ungrabkeys();
 
 /* main.c */
 extern int getproto(Window w);
'#n122'>122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173