summaryrefslogtreecommitdiffstats
path: root/window.c
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-09-03 14:22:06 +0200
committerBert <ber.t@gmx.com>2011-09-03 14:22:06 +0200
commitde6b58a3156e64963f5bf48fa446bfbf3bb9da3f (patch)
tree7b99e175cdd02eab8dd54ca0f9ec74675944a311 /window.c
parente2ea759444145d2af623babe633ca9ac3d95dc44 (diff)
downloadnsxiv-de6b58a3156e64963f5bf48fa446bfbf3bb9da3f.tar.zst
Unified feature test macro requirements
Diffstat (limited to 'window.c')
-rw-r--r--window.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/window.c b/window.c
index 48c5085..69c3abb 100644
--- a/window.c
+++ b/window.c
@@ -16,16 +16,15 @@
* Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301, USA.
*/
-#define _WINDOW_CONFIG
-
#include <string.h>
-
#include <X11/Xutil.h>
#include <X11/cursorfont.h>
#include "options.h"
#include "util.h"
#include "window.h"
+
+#define _WINDOW_CONFIG
#include "config.h"
static Cursor carrow;