Added in 800x600 and 1024x768 full screen mode for OpenGL
This commit is contained in:
@@ -796,6 +796,18 @@ void initwinvideo(void)
|
||||
SurfaceX=1024;
|
||||
SurfaceY=896;
|
||||
break;
|
||||
case 11:
|
||||
WindowWidth=800;
|
||||
WindowHeight=600;
|
||||
SurfaceX=800;
|
||||
SurfaceY=600;
|
||||
break;
|
||||
case 12:
|
||||
WindowWidth=1024;
|
||||
WindowHeight=768;
|
||||
SurfaceX=1024;
|
||||
SurfaceY=768;
|
||||
break;
|
||||
default:
|
||||
WindowWidth=256;
|
||||
WindowHeight=224;
|
||||
|
||||
Reference in New Issue
Block a user