spmenu/libs/x11/inc.h
2023-08-07 05:54:59 +02:00

14 lines
242 B
C

/* See LICENSE file for copyright and license details. */
#if USEX
#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