pkgsrc/games/hugo/patches/patch-af
2005-07-18 01:18:59 +00:00

22 lines
557 B
Text

$NetBSD: patch-af,v 1.3 2005/07/18 01:18:59 kristerw Exp $
--- source/hdwindow.c.orig Mon Jan 17 21:17:00 2005
+++ source/hdwindow.c Mon Jul 18 03:09:11 2005
@@ -349,7 +349,7 @@
switch (event.object)
{
- case UP:
+ case EV_UP:
{
/* if previous item is a separator */
if (menu[m][--selection][0]=='-')
@@ -920,7 +920,7 @@
{
switch (event.object)
{
- case UP:
+ case EV_UP:
{
if (this==1) break;
if (--this < first) first--;