X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fdos%2Fgfx.h;h=4bd5aac9b059c3471bc7109fca95a17894cbfc29;hb=HEAD;hp=77322f922496891b5042be5302a6552245c453d0;hpb=85057d2afd451777a1312a671399dce4174ddc29;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