implemented ungrabkeys() which is called in cleanup()
This commit is contained in:
parent
d4b7a9a373
commit
375a251d16
3 changed files with 18 additions and 0 deletions
1
dwm.h
1
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue