spmenu/libs/x11/event.h

6 lines
130 B
C
Raw Normal View History

2023-08-18 20:26:40 +02:00
#ifndef EVENT_H
#define EVENT_H
2023-05-14 00:21:16 +02:00
/* See LICENSE file for copyright and license details. */
static void eventloop_x11(void);
2023-08-18 20:26:40 +02:00
#endif