stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/src/ui ccl_ui.c


From: address@hidden
Subject: [Stratagus-CVS] stratagus/src/ui ccl_ui.c
Date: 23 Dec 2003 11:43:41 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       03/12/23 11:43:40

Modified files:
        src/ui         : ccl_ui.c 

Log message:
        Fixed default percent for hslider and vslider

Patches:
Index: stratagus/src/ui/ccl_ui.c
diff -u stratagus/src/ui/ccl_ui.c:1.174 stratagus/src/ui/ccl_ui.c:1.175
--- stratagus/src/ui/ccl_ui.c:1.174     Mon Dec 22 19:01:28 2003
+++ stratagus/src/ui/ccl_ui.c   Tue Dec 23 11:43:39 2003
@@ -10,7 +10,7 @@
 //
 /address@hidden ccl_ui.c       -       The ui ccl functions. */
 //
-//     (c) Copyright 1999-2003 by Lutz Sammer, Jimmy Salmon, Martin Renold
+//     (c) Copyright 1999-2004 by Lutz Sammer, Jimmy Salmon, Martin Renold
 //
 //      This program is free software; you can redistribute it and/or modify
 //      it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: ccl_ui.c,v 1.174 2003/12/22 08:01:28 wizzard Exp $
+//     $Id: ccl_ui.c,v 1.175 2003/12/23 00:43:39 jsalmon3 Exp $
 
 //@{
 
@@ -5804,6 +5804,7 @@
                                        lua_error(l);
                                }
                                item->mitype = MI_TYPE_VSLIDER;
+                               item->d.vslider.defper = -1;

 
                                subargs = luaL_getn(l, j + 1);
                                for (k = 0; k < subargs; ++k) {
@@ -6099,6 +6100,7 @@
                                        lua_error(l);
                                }
                                item->mitype = MI_TYPE_HSLIDER;
+                               item->d.hslider.defper = -1;

 
                                subargs = luaL_getn(l, j + 1);
                                for (k = 0; k < subargs; ++k) {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]