From 7daaf1f100319be93b534a926bb83efbe6733014 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Mon, 16 May 2005 16:19:32 +0000 Subject: (svn r2334) - Fix (regression): moved togglefullscreen into the video-driver, now windows works, dedicated works and sdl works. Also reverted the change to the makefile. --- hal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hal.h') diff --git a/hal.h b/hal.h index 261ed0383..e643ecda2 100644 --- a/hal.h +++ b/hal.h @@ -12,6 +12,7 @@ typedef struct { void (*make_dirty)(int left, int top, int width, int height); int (*main_loop)(void); bool (*change_resolution)(int w, int h); + void (*toggle_fullscreen)(bool fullscreen); } HalVideoDriver; enum { -- cgit v1.2.3-54-g00ecf