mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
scrnmode only needed now in DOS and non-EMX OS/2.
This commit is contained in:
7
curses.h
7
curses.h
@@ -15,7 +15,7 @@
|
||||
* See the file maintain.er for details of the current maintainer. *
|
||||
************************************************************************/
|
||||
|
||||
/* $Id: curses.h,v 1.154 2006/03/27 04:35:41 wmcbrine Exp $ */
|
||||
/* $Id: curses.h,v 1.155 2006/03/27 16:25:29 wmcbrine Exp $ */
|
||||
|
||||
/*----------------------------------------------------------------------*
|
||||
* PDCurses *
|
||||
@@ -664,11 +664,8 @@ typedef struct
|
||||
int adapter; /* Screen type */
|
||||
#endif
|
||||
|
||||
#if defined(DOS) || defined(WIN32)
|
||||
int scrnmode; /* default screen mode */
|
||||
#endif
|
||||
|
||||
#ifdef DOS
|
||||
int scrnmode; /* default screen mode */
|
||||
bool direct_video; /* Allow Direct Screen Memory writes */
|
||||
int video_page; /* Current PC video page */
|
||||
unsigned video_seg; /* video base segment */
|
||||
|
||||
Reference in New Issue
Block a user