summaryrefslogtreecommitdiffstats
path: root/mini-wm.c
diff options
context:
space:
mode:
Diffstat (limited to 'mini-wm.c')
-rw-r--r--mini-wm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mini-wm.c b/mini-wm.c
index 7a1ec03f3..e2bbe9d4b 100644
--- a/mini-wm.c
+++ b/mini-wm.c
@@ -16,6 +16,7 @@
#include <stdio.h>
+#include <unistd.h>
#include <gdk/gdkx.h>
#include <gtk/gtk.h>
@@ -104,6 +105,10 @@ int main( int argc,
mini_wm_start ();
+ /* Indicate back to anaconda that we now have established
+ * connection to the display. */
+ write(1, "#", 1);
+
gtk_main();
return(0);