rnd-20030104-2-src
[rocksndiamonds.git] / src / events.c
index e97d0f9881607aafc7a84281114acabbf1d43507..bb28e127eae468ce34303bc5fe507ca545f38aae 100644 (file)
@@ -127,6 +127,8 @@ void HandleOtherEvents(Event *event)
 
     case EVENT_UNMAPNOTIFY:
 #if 0
+      /* This causes the game to stop not only when iconified, but also
+        when on another virtual desktop, which might be not desired. */
       SleepWhileUnmapped();
 #endif
       break;