spmenu/libs/x11/inc.h
2023-06-05 17:16:26 +02:00

15 lines
259 B
C

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