]> mj.ucw.cz Git - osdd.git/blobdiff - test.c
Bits of new display code
[osdd.git] / test.c
diff --git a/test.c b/test.c
index 5d48d8d0f726f74148ec73eec028676369baefa0..ced576fe564ce03b98d6e32ccad76ad5d61d0b68 100644 (file)
--- a/test.c
+++ b/test.c
@@ -155,7 +155,7 @@ main(int argc, char **argv)
   osd->font = XftFontOpenName(osd->dpy, osd->screen, "times-64");
   if (!osd->font)
     die("Cannot open font");
-  DBG("Font: asc=%d desc=%d ht=%d", osd->font->ascent, osd->font->descent, osd->font->height);
+  DBG("Font: asc=%d desc=%d ht=%d\n", osd->font->ascent, osd->font->descent, osd->font->height);
 
   osd->mask_draw = XftDrawCreateBitmap(osd->dpy, osd->mask_bitmap);
   if (!osd->mask_draw)