awesome/event.h
2007-09-05 20:15:00 +02:00

10 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