From e87905c268120abe97daac35f82c8620e513231c Mon Sep 17 00:00:00 2001 From: josh Date: Thu, 8 Oct 2009 15:15:45 +0000 Subject: [PATCH] added u's git-svn-id: svn://anubis/dwscr/trunk@118 5bef9df8-b654-44bb-925b-0ff18baa8f8c --- ss/SSMain.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ss/SSMain.cc b/ss/SSMain.cc index b6796d2..542a15b 100644 --- a/ss/SSMain.cc +++ b/ss/SSMain.cc @@ -22,7 +22,7 @@ /* switch to the next screensaver mode after this many milliseconds */ #define SSMODE_TIMEOUT_MSEC (1000*45) -#define SCREENSAVER_MAX_RUNTIME (30*60*1000) +#define SCREENSAVER_MAX_RUNTIME (30u*60u*1000u) static SDL_Event event;