summaryrefslogtreecommitdiff
path: root/src/ratpoison.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ratpoison.h')
-rw-r--r--src/ratpoison.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ratpoison.h b/src/ratpoison.h
index c0b725c..4a5dde7 100644
--- a/src/ratpoison.h
+++ b/src/ratpoison.h
@@ -39,6 +39,7 @@
do { \
PRINT_LINE (error); \
printf fmt; \
+ fflush (stdout); \
} while (0)
#ifdef DEBUG
@@ -46,6 +47,7 @@ do { \
do { \
PRINT_LINE (debug); \
printf fmt; \
+ fflush (stdout); \
} while (0)
#else
#define PRINT_DEBUG(fmt)
@@ -66,6 +68,7 @@ extern XGCValues gv;
#include "communications.h"
#include "sbuf.h"
#include "split.h"
+#include "frame.h"
void clean_up ();
screen_info *find_screen (Window w);