X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=5e61476f721fa110f262056acdf03977d0eba3a5;hp=839a52586fb5fba4268eb297cf50c99f44841e85;hb=7ffc20bb526bb0fe79bfbf206cb5b76cb3c9f052;hpb=949bbaa0c6aab4490c27d6af317e0fd88bbb71e8 diff --git a/src/libgame/system.h b/src/libgame/system.h index 839a5258..5e61476f 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1539,6 +1539,7 @@ struct TextPosInfo int x, y; int xoffset; /* special case for tape date and time */ int xoffset2; /* special case for tape date */ + int yoffset; /* special case for list of preview players */ int width, height; int align, valign; int size; /* also used for suffix ".digits" */ @@ -1553,6 +1554,8 @@ struct TextPosInfo int style; /* needed for panel time/health graphics */ int tile_size; /* special case for list of network players */ + int border_size; /* special case for list of preview players */ + int vertical; /* special case for list of preview players */ }; struct MouseActionInfo