summaryrefslogtreecommitdiff
path: root/games/wormz/patches/patch-ah
blob: 4d4a56f1ae21c8f0c6819b584e11048d64b020c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ah,v 1.1 2002/08/14 16:18:42 tron Exp $

--- XVision/View.hh.orig	Sat Nov  1 12:50:51 1997
+++ XVision/View.hh	Wed Aug 14 18:10:26 2002
@@ -7,7 +7,7 @@
 enum Align { VAHorizontal, VAVertical };
 enum ColorIndex { ciForeground, ciHighlightedFG, ciDisabledFG,
 						 ciBackground, ciHighlightedBG };
-const ColorIndexCount = 5;
+const int ColorIndexCount = 5;
 
 const CommandType cmSizeChanged = 1000;
 const CommandType cmCancel = 1001;