X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=6eca6f9b5e105b88d3840dbdf5bbb149a7379b9a;hb=f89a490028c36509216b97a96b779b779c2065c9;hp=85ab383f89342e3c37d9297645e89c36362af49b;hpb=4efce7813f9315cda970e7f48be030c8c108d9f0;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 85ab383f..6eca6f9b 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -786,8 +786,6 @@ struct GfxInfo int draw_deactivation_mask; int draw_background_mask; - boolean drawing_area_changed; - Bitmap *field_save_buffer; Bitmap *background_bitmap; @@ -982,6 +980,7 @@ struct SetupInfo int game_frame_delay; boolean sp_show_border_elements; boolean small_game_graphics; + boolean show_snapshot_buttons; char *graphics_set; char *sounds_set; @@ -1313,6 +1312,7 @@ void SetDrawBackgroundMask(int); void SetWindowBackgroundBitmap(Bitmap *); void SetMainBackgroundBitmap(Bitmap *); void SetDoorBackgroundBitmap(Bitmap *); +void SetRedrawMaskFromArea(int, int, int, int); void LimitScreenUpdates(boolean);