aboutsummaryrefslogtreecommitdiffstats
path: root/wm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-13 10:34:55 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-13 10:34:55 +0200
commit44f2e8b952264311887c3b51dc6a987af226062a (patch)
tree5aad14fbbb2927c5a09a01643e48c0a30b687ac4 /wm.h
parent3f942f9e798d4222116ae4c083d2482ddb1e972b (diff)
downloaddwm-44f2e8b952264311887c3b51dc6a987af226062a.tar.zst
added dev.c instead of kb.c
Diffstat (limited to 'wm.h')
-rw-r--r--wm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/wm.h b/wm.h
index 9172dea..7e48434 100644
--- a/wm.h
+++ b/wm.h
@@ -115,11 +115,9 @@ extern unsigned int texth(Fnt *font);
/* event.c */
extern void discard_events(long even_mask);
-/* kb.c */
+/* dev.c */
extern void update_keys(void);
extern void keypress(XEvent *e);
-
-/* mouse.c */
extern void mresize(Client *c);
extern void mmove(Client *c);