Added fullscreen mode.
Some code tidying.
This commit is contained in:
parent
94fc8ad3f9
commit
c6227d1fc6
18 changed files with 1062 additions and 118 deletions
10
src/video.h
10
src/video.h
|
|
@ -4,6 +4,16 @@ int video_card_getid(char *s);
|
|||
int video_old_to_new(int card);
|
||||
int video_new_to_old(int card);
|
||||
|
||||
extern int video_fullscreen, video_fullscreen_scale, video_fullscreen_first;
|
||||
|
||||
enum
|
||||
{
|
||||
FULLSCR_SCALE_FULL = 0,
|
||||
FULLSCR_SCALE_43,
|
||||
FULLSCR_SCALE_SQ,
|
||||
FULLSCR_SCALE_INT
|
||||
};
|
||||
|
||||
extern int egareads,egawrites;
|
||||
|
||||
extern int fullchange;
|
||||
|
|
|
|||
Loading…
Reference in a new issue