From a271e167443aedca2ed9c28b51fc6de33692dadb Mon Sep 17 00:00:00 2001 From: Bert Date: Fri, 22 Jul 2011 14:49:06 +0200 Subject: Reduced usage of preprocessor macros --- window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'window.c') diff --git a/window.c b/window.c index 68ef24f..7508641 100644 --- a/window.c +++ b/window.c @@ -21,10 +21,10 @@ #include #include -#include "config.h" #include "options.h" #include "util.h" #include "window.h" +#include "config.h" static Cursor carrow; static Cursor cnone; @@ -312,7 +312,7 @@ void win_set_title(win_t *win, const char *title) { PropModeReplace, (unsigned char *) title, strlen(title)); } -void win_set_cursor(win_t *win, win_cur_t cursor) { +void win_set_cursor(win_t *win, cursor_t cursor) { if (!win || !win->xwin) return; -- cgit v1.2.3