1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-21 21:49:10 +00:00

(svn r304) -Fix: [967096] fullscreen. New button 'Fullscreen' in 'Game Options' menu which lets you set fullscreen ingame.

This commit is contained in:
darkvater
2004-09-21 20:56:49 +00:00
parent 0ba58f25a4
commit 493df26058
5 changed files with 37 additions and 12 deletions

1
gfx.h
View File

@@ -78,6 +78,7 @@ void DrawMouseCursor();
void ScreenSizeChanged();
void UndrawMouseCursor();
bool ChangeResInGame(int w, int h);
void ToggleFullScreen(const bool full_screen);
typedef struct {
int xoffs, yoffs;