X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=3cf8bea6231c944b36ec44102233a4928560f403;hb=88a1829af8ca41b6e581f209002022b2483b86df;hp=630dce8573face1ad389ca539d2aa4d72fedb1f6;hpb=499ad3bb12d513266ddcebe41a84eee8237a7fb5;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 630dce85..3cf8bea6 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1090,6 +1090,7 @@ struct SetupInternalInfo int default_window_height; boolean choose_from_top_leveldir; + boolean show_scaling_in_title; }; struct SetupDebugInfo @@ -1543,8 +1544,9 @@ void CloseAudio(void); void SetAudioMode(boolean); boolean PendingEvent(void); -void NextEvent(Event *event); +void WaitEvent(Event *event); void PeekEvent(Event *event); +void CheckQuitEvent(void); Key GetEventKey(KeyEvent *, boolean); KeyMod HandleKeyModState(Key, int); KeyMod GetKeyModState();