X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=4fde8ea672a9f55f65d36e9993d1431ed1bc1e9c;hp=6161b2746e9829bb72b0f888d64759efbe531431;hb=22f539028eb272b70d339e1f37552a2a89f37dd6;hpb=8e8a0eddc70d1581ecbd18ff9bad3db3485956b7 diff --git a/src/libgame/system.h b/src/libgame/system.h index 6161b274..4fde8ea6 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -597,9 +597,11 @@ struct VideoSystemInfo { int default_depth; int width, height, depth; + boolean fullscreen_available; boolean fullscreen_enabled; struct ScreenModeInfo *fullscreen_modes; + char *fullscreen_mode_current; }; struct AudioSystemInfo