spmenu/libs/x11/inc.h

15 lines
259 B
C
Raw Permalink Normal View History

2023-05-23 22:14:24 +02:00
/* See LICENSE file for copyright and license details. */
#if USEX
2023-05-23 22:14:24 +02:00
#include "lib.h"
2023-05-24 22:01:35 +02:00
#include "def.h"
2023-05-23 22:14:24 +02:00
#include "init.h"
2023-05-24 22:01:35 +02:00
#include "event.h"
2023-05-23 22:14:24 +02:00
#include "xrdb.h"
#include "xim.h"
#include "key.h"
#include "mouse.h"
#include "focus.h"
#include "clipboard.h"
#endif