Index: trunk/Ohana/src/kii/picture/Center.c
===================================================================
--- trunk/Ohana/src/kii/picture/Center.c	(revision 2906)
+++ trunk/Ohana/src/kii/picture/Center.c	(revision 5700)
@@ -21,9 +21,11 @@
   }
 
-  Remap (graphic, layout, &layout[0].matrix);
-  Refresh (graphic, layout, 0);
+  if (USE_XWINDOW) {
+    Remap (graphic, layout, &layout[0].matrix);
+    Refresh (graphic, layout, 0);
+    XFlush (graphic[0].display);
+  }
 
   fcntl (layout[0].Ximage, F_SETFL, O_NONBLOCK);  
-  XFlush (graphic[0].display);
   return (TRUE);
 }
