X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=aa1057fd956f6b7066acc3c893333ae2b35fed60;hb=3a98ec2c06b0355364b5747da91af9f673e295ca;hp=3791f1e6523b07e16e7d70b6886f5b22a01cefc0;hpb=401f78b66d66488fe465945bef36b10faa6b55ef;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 3791f1e6..aa1057fd 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -726,6 +726,8 @@ struct GfxInfo int vx, vy; int vxsize, vysize; + int win_xsize, win_ysize; + int draw_deactivation_mask; int draw_background_mask; @@ -1144,6 +1146,7 @@ void ClosePlatformDependentStuff(void); void InitGfxFieldInfo(int, int, int, int, int, int, int, int, Bitmap *); void InitGfxDoor1Info(int, int, int, int); void InitGfxDoor2Info(int, int, int, int); +void InitGfxWindowInfo(int, int); void InitGfxScrollbufferInfo(int, int); void InitGfxDrawBusyAnimFunction(void (*draw_busy_anim_function)(void)); void InitGfxCustomArtworkInfo();