spmenu/libs/x11/inc.h

17 lines
280 B
C
Raw Normal View History

2023-08-18 20:26:40 +02:00
#ifndef X_INC_H
#define X_INC_H
2023-05-23 22:14:24 +02:00
/* See LICENSE file for copyright and license details. */
2023-08-07 06:37:38 +02:00
#if X11
2023-05-23 22:14:24 +02:00
#include "lib.h"
#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
2023-08-18 20:26:40 +02:00
#endif