X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=4745e393ef2f57cc4ca2d0ff7550bdcb6980b34e;hb=ab1b88fdff55c78b506bfe5ff18d45723be0d2a9;hp=49d18568d266863e96c395568cff4434cd004582;hpb=810941e29ed4187457df039951c60c2d84943d48;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 49d18568..4745e393 100644 --- a/src/main.h +++ b/src/main.h @@ -2571,7 +2571,7 @@ enum #define PROGRAM_VERSION_SUPER 4 #define PROGRAM_VERSION_MAJOR 2 #define PROGRAM_VERSION_MINOR 1 -#define PROGRAM_VERSION_PATCH 0 +#define PROGRAM_VERSION_PATCH 1 #define PROGRAM_VERSION_EXTRA "" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" @@ -2890,9 +2890,15 @@ struct RequestInfo int anim_mode; int align; int valign; + int sort_priority; boolean autowrap; boolean centered; boolean wrap_single_words; + + // run-time values + Bitmap *bitmap; + int sx, sy; + int xsize, ysize; }; struct PreviewInfo