dynamic padding - add explicit dependency on the ANYSIZE_PATCH ref. #168
This commit is contained in:
parent
5d5fe76795
commit
0aad70af58
2 changed files with 2 additions and 5 deletions
5
st.h
5
st.h
|
|
@ -11,11 +11,6 @@
|
|||
#include <X11/XKBlib.h>
|
||||
#include "patches.h"
|
||||
|
||||
#if DYNAMIC_PADDING_PATCH
|
||||
#undef ANYSIZE_PATCH
|
||||
#define ANYSIZE_PATCH 1
|
||||
#endif // DYNAMIC_PADDING_PATCH
|
||||
|
||||
/* macros */
|
||||
#define MIN(a, b) ((a) < (b) ? (a) : (b))
|
||||
#define MAX(a, b) ((a) < (b) ? (b) : (a))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue