mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-05 20:26:09 +01:00
11 lines
221 B
C
11 lines
221 B
C
|
/* See LICENSE file for copyright and license details. */
|
||
|
|
||
|
#ifndef JDWM_EVENT_H
|
||
|
#define JDWM_EVENT_H
|
||
|
|
||
|
#include "config.h"
|
||
|
|
||
|
void grabkeys(Display *, jdwm_config *); /* grab all keys defined in config */
|
||
|
|
||
|
#endif
|