X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=70ea792a9844e53ad0bd9507eb9883f57b4b8ec8;hp=bc912050179cd9779b82ee5239f30e7eeb7f0a15;hb=1264abe158bef8419451c95e6db9a738eeec76f8;hpb=36d0e6ff3c76c763be2392f1492eb37c4f062d30 diff --git a/src/main.h b/src/main.h index bc912050..70ea792a 100644 --- a/src/main.h +++ b/src/main.h @@ -2363,6 +2363,8 @@ struct GraphicInfo int post_delay; /* optional setting for drawing title screens */ int auto_delay; /* optional setting for drawing title screens */ + boolean use_image_size; /* use image size as default width and height */ + #if defined(TARGET_X11_NATIVE_PERFORMANCE_WORKAROUND) Pixmap clip_mask; /* single-graphic-only clip mask for X11 */ GC clip_gc; /* single-graphic-only clip gc for X11 */