spmenu/libs/x11/inc.h

17 lines
280 B
C

#ifndef X_INC_H
#define X_INC_H
/* 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
#endif