X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fdos%2Fgfx.h;h=4bd5aac9b059c3471bc7109fca95a17894cbfc29;hb=e1d53fab6f08e10a05e06e4f3ad79075b933a01b;hp=77322f922496891b5042be5302a6552245c453d0;hpb=91a1b4c826ebe1538c56f0ff85451a4c771a79f0;p=retrobench diff --git a/src/dos/gfx.h b/src/dos/gfx.h index 77322f9..4bd5aac 100644 --- a/src/dos/gfx.h +++ b/src/dos/gfx.h @@ -11,7 +11,7 @@ struct video_mode { uint32_t rmask, gmask, bmask; uint32_t fb_addr; short max_pages; - int win_gran, win_gran_shift, win_64k_step; + short win_gran, win_gran_shift, win_64k_step; }; #ifdef __cplusplus