]> mj.ucw.cz Git - osdd.git/blobdiff - osdd.c
Turned off debugging
[osdd.git] / osdd.c
diff --git a/osdd.c b/osdd.c
index 98a35a6d09d23285afed741cc992664e8b264b32..df7c05b85c9e60870f5728d5758a4001d4c7fd79 100644 (file)
--- a/osdd.c
+++ b/osdd.c
@@ -15,7 +15,7 @@
 #include <X11/Xlib.h>
 #include <X11/Xatom.h>
 
-#define DEBUG
+#undef DEBUG
 #include "util.h"
 
 static xosd *osd;
@@ -157,7 +157,7 @@ display_msg(struct msg *msg)
       else if (!strcmp(key, "outline-color"))
        xosd_set_outline_colour(osd, val);
       else
-       DBG("\tPARSE ERROR\n");
+       xosd_display(osd, (row < num_lines ? row++ : num_lines-1), XOSD_string, "PARSE ERROR");
 
       line = nl;
     }