Remove X and fontconfig from st.c
None of the X-related includes are needed any longer. In addition, move the X modifier defines into x.c, as they are not used outside. Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
This commit is contained in:
parent
3bb900cd6c
commit
8b564c1a3f
3 changed files with 5 additions and 10 deletions
5
x.c
5
x.c
|
@ -44,6 +44,11 @@ typedef struct {
|
|||
signed char crlf; /* crlf mode */
|
||||
} Key;
|
||||
|
||||
/* X modifiers */
|
||||
#define XK_ANY_MOD UINT_MAX
|
||||
#define XK_NO_MOD 0
|
||||
#define XK_SWITCH_MOD (1<<13)
|
||||
|
||||
/* function definitions used in config.h */
|
||||
static void clipcopy(const Arg *);
|
||||
static void clippaste(const Arg *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue