stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/src/include icons.h


From: address@hidden
Subject: [Stratagus-CVS] stratagus/src/include icons.h
Date: 31 Jan 2004 04:58:39 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/01/31 04:58:39

Modified files:
        src/include    : icons.h 

Log message:
        Removed IconWidth and IconHeight

Patches:
Index: stratagus/src/include/icons.h
diff -u stratagus/src/include/icons.h:1.42 stratagus/src/include/icons.h:1.43
--- stratagus/src/include/icons.h:1.42  Sat Jan 31 02:52:12 2004
+++ stratagus/src/include/icons.h       Sat Jan 31 04:58:38 2004
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: icons.h,v 1.42 2004/01/30 15:52:12 nobody_ Exp $
+//      $Id: icons.h,v 1.43 2004/01/30 17:58:38 jsalmon3 Exp $
 
 #ifndef __ICONS_H__
 #define __ICONS_H__
@@ -78,12 +78,10 @@
 **  Icon::X
 **
 **    X pixel index into the graphic image.
-**    (Icon::Index%5)*IconWidth.
 **
 **  Icon::Y
 **
 **    Y pixel index into the graphic image.
-**    (Icon::Index/5)*IconHeight.
 **
 **  Icon::Width
 **
@@ -196,11 +194,6 @@
 ----------------------------------------------------------------------------*/
 
 extern char** IconWcNames;  /// pud original -> internal
-
-       /** FIXME: Not needed */
-extern int IconWidth;  /// icon width in panels
-       /** FIXME: Not needed */
-extern int IconHeight;  /// icon height in panels
 
 /*----------------------------------------------------------------------------
 --  Functions




reply via email to

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