summaryrefslogtreecommitdiff
path: root/games/wormz/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'games/wormz/patches/patch-as')
-rw-r--r--games/wormz/patches/patch-as31
1 files changed, 31 insertions, 0 deletions
diff --git a/games/wormz/patches/patch-as b/games/wormz/patches/patch-as
new file mode 100644
index 00000000000..b0be57f3229
--- /dev/null
+++ b/games/wormz/patches/patch-as
@@ -0,0 +1,31 @@
+$NetBSD: patch-as,v 1.1 2004/02/18 23:09:03 kristerw Exp $
+
+--- XVision/View.cc.orig Wed Feb 18 23:29:22 2004
++++ XVision/View.cc Wed Feb 18 23:30:49 2004
+@@ -56,7 +56,7 @@
+ Redraw();
+ }
+
+-void View::SetEnabled(bool _Enabled=TRUE)
++void View::SetEnabled(bool _Enabled)
+ {
+ if (Enabled == _Enabled)
+ return;
+@@ -214,7 +214,7 @@
+ Area.Origin = neworigin;
+ }
+
+-void View::SetSize(const Point& newsize, bool redraw=TRUE)
++void View::SetSize(const Point& newsize, bool redraw)
+ {
+ if (Area.Size == newsize)
+ return;
+@@ -234,7 +234,7 @@
+ Area.Size = newsize;
+ }
+
+-void View::SetHidden(bool _hidden, bool rearrange=TRUE)
++void View::SetHidden(bool _hidden, bool rearrange)
+ {
+ if (_hidden == Hidden)
+ return;