[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Stratagus-CVS] stratagus/src/ui menus.c
From: |
Nehal Mistry |
Subject: |
[Stratagus-CVS] stratagus/src/ui menus.c |
Date: |
Fri, 28 Nov 2003 17:03:09 -0500 |
CVSROOT: /cvsroot/stratagus
Module name: stratagus
Branch:
Changes by: Nehal Mistry <address@hidden> 03/11/28 17:03:09
Modified files:
src/ui : menus.c
Log message:
fix typo
Patches:
Index: stratagus/src/ui/menus.c
diff -u stratagus/src/ui/menus.c:1.593 stratagus/src/ui/menus.c:1.594
--- stratagus/src/ui/menus.c:1.593 Thu Nov 20 02:59:45 2003
+++ stratagus/src/ui/menus.c Fri Nov 28 17:03:09 2003
@@ -26,7 +26,7 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
//
-// $Id: menus.c,v 1.593 2003/11/20 07:59:45 nehalmistry Exp $
+// $Id: menus.c,v 1.594 2003/11/28 22:03:09 nehalmistry Exp $
//@{
@@ -3021,11 +3021,11 @@
Menu *menu;
#ifdef USE_SDL_SURFACE
- VideoUnlockScreen();
+ MenusSetBackground();
Invalidate();
#else
VideoLockScreen();
- MenusSetBackground();
+
VideoUnlockScreen();
Invalidate();
#endif