X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypdefst.h;h=0f47b2b1a6ebcd58c17a58a35dc55ca4708d4cef;hb=7fb5f7966cbefa772de943ca77db34fd05d18d37;hp=a82a8bd077b854bf22fdd319a137bae6ea1d00c1;hpb=b40411c754cec4dc88f6a4183f475584b9205a2b;p=16.git diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index a82a8bd0..0f47b2b1 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -115,6 +115,7 @@ typedef struct word vmem_remain; //remaining video memory byte num_of_pages; //number of actual pages boolean __near p; //render page number + boolean __near r; //page flip if true word pr[MAXPAGE][4]; //render sections of pages } video_t;