X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=3b51f91df0b2cb32f5ac5aa35f7fb2000d7bb9f2;hp=a11c6b8e5da76ec4ab130936b3ea202e1b874255;hb=bf9e47bb97f16c998644758a383209fa4d4fc87b;hpb=19b0eb2d9f297c73cae1e57fc7774ae5ce97daf7 diff --git a/src/libgame/system.h b/src/libgame/system.h index a11c6b8e..3b51f91d 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -788,6 +788,9 @@ struct VideoSystemInfo int default_depth; int width, height, depth; int window_width, window_height; + int display_width, display_height; + int screen_width, screen_height; + int screen_xoffset, screen_yoffset; boolean fullscreen_available; boolean fullscreen_enabled;