From 1a28393dabf4f4696bf433ddde52e7a25253c955 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 16 Oct 2008 16:34:15 +0000 Subject: various user interface related updates --- src/client/video.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/client/video.h') diff --git a/src/client/video.h b/src/client/video.h index daa136c..a28b17d 100644 --- a/src/client/video.h +++ b/src/client/video.h @@ -24,14 +24,11 @@ namespace video */ void restart(); - /// draw the next client video frame - void frame(float seconds); - - /// width of the application window in pixels - extern int width; + /// application window resize event in windowed mode + void resize(float w, float h); - /// height of the application window in pixels - extern int height; + /// draw the next client video frame + void frame(float elapsed); } // namespace video -- cgit v1.2.3