Index: trunk/Ohana/src/kii/picture/Center.c
===================================================================
--- trunk/Ohana/src/kii/picture/Center.c	(revision 2466)
+++ trunk/Ohana/src/kii/picture/Center.c	(revision 2906)
@@ -7,4 +7,5 @@
   double X, Y;
 
+  fcntl (layout[0].Ximage, F_SETFL, !O_NONBLOCK);  
   status = read (layout[0].Ximage, buffer, 16); 
   buffer[16] = 0; 
@@ -23,4 +24,5 @@
   Refresh (graphic, layout, 0);
 
+  fcntl (layout[0].Ximage, F_SETFL, O_NONBLOCK);  
   XFlush (graphic[0].display);
   return (TRUE);
