summaryrefslogtreecommitdiff
path: root/gfx.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-09-21 20:56:49 +0000
committerdarkvater <darkvater@openttd.org>2004-09-21 20:56:49 +0000
commit493df26058f21edc0227cfc58e8d7774e46befe6 (patch)
tree978553fd74970d0818109043a7b036f75253ae99 /gfx.h
parent0ba58f25a46e3ccf3cba777d922c94f2f73b542b (diff)
downloadopenttd-493df26058f21edc0227cfc58e8d7774e46befe6.tar.xz
(svn r304) -Fix: [967096] fullscreen. New button 'Fullscreen' in 'Game Options' menu which lets you set fullscreen ingame.
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx.h b/gfx.h
index 747fdccd2..bab426944 100644
--- a/gfx.h
+++ b/gfx.h
@@ -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;