/* 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