MSDOS/VESA: Make clipy and clipymax available to MS-DOS
VESA mode may need to scroll up and down as well as left and right.
This commit is contained in:
committed by
Pasi Kallinen
parent
b2c8d916f6
commit
34da5ea372
+2
-1
@@ -155,11 +155,12 @@ char defmorestr[] = "--More--";
|
|||||||
#if defined(USE_TILES) && defined(MSDOS)
|
#if defined(USE_TILES) && defined(MSDOS)
|
||||||
boolean clipping = FALSE; /* clipping on? */
|
boolean clipping = FALSE; /* clipping on? */
|
||||||
int clipx = 0, clipxmax = 0;
|
int clipx = 0, clipxmax = 0;
|
||||||
|
int clipy = 0, clipymax = 0;
|
||||||
#else
|
#else
|
||||||
static boolean clipping = FALSE; /* clipping on? */
|
static boolean clipping = FALSE; /* clipping on? */
|
||||||
static int clipx = 0, clipxmax = 0;
|
static int clipx = 0, clipxmax = 0;
|
||||||
#endif
|
|
||||||
static int clipy = 0, clipymax = 0;
|
static int clipy = 0, clipymax = 0;
|
||||||
|
#endif
|
||||||
#endif /* CLIPPING */
|
#endif /* CLIPPING */
|
||||||
|
|
||||||
#if defined(USE_TILES) && defined(MSDOS)
|
#if defined(USE_TILES) && defined(MSDOS)
|
||||||
|
|||||||
Reference in New Issue
Block a user