X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fevents.c;h=bb28e127eae468ce34303bc5fe507ca545f38aae;hb=14089dac2cbe56e563863e1e5adb8847944fd262;hp=e97d0f9881607aafc7a84281114acabbf1d43507;hpb=aed278e72703016e2729b55d8b629b7e1b31469e;p=rocksndiamonds.git diff --git a/src/events.c b/src/events.c index e97d0f98..bb28e127 100644 --- a/src/events.c +++ b/src/events.c @@ -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;