spmenu/libs/x11/inc.h
2023-08-07 06:37:38 +02:00

14 lines
241 B
C

/* See LICENSE file for copyright and license details. */
#if X11
#include "lib.h"
#include "init.h"
#include "event.h"
#include "xrdb.h"
#include "xim.h"
#include "key.h"
#include "mouse.h"
#include "focus.h"
#include "clipboard.h"
#endif