summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2002-12-21 09:50:52 +0000
committerEric Anholt <anholt@FreeBSD.org>2002-12-21 09:50:52 +0000
commit716c079dd30c8d7e50796df03b5d735d52628fa4 (patch)
tree6954fceb9f5f142aa988a268384a7cf5dde18137 /games
parentFix build on -current: #include <stddef.h> for size_t definition. (diff)
Fix C++ for -current build.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=71753
Diffstat (limited to 'games')
-rw-r--r--games/oonsoo/files/patch-ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/oonsoo/files/patch-ac b/games/oonsoo/files/patch-ac
new file mode 100644
index 000000000000..44f0ad5df2e5
--- /dev/null
+++ b/games/oonsoo/files/patch-ac
@@ -0,0 +1,15 @@
+--- UI/BasicWidget.hxx.orig Sat Dec 21 01:48:54 2002
++++ UI/BasicWidget.hxx Sat Dec 21 01:48:57 2002
+@@ -54,10 +54,10 @@
+ int x, int y, int width, int height);
+
+ // UIApplication needs access to the handleEvent and findWidget methods
+- friend UIApplication;
++ friend class UIApplication;
+
+ // ContainerWidget needs access to the findWidget method
+- friend ContainerWidget;
++ friend class ContainerWidget;
+
+ // Called whenever an event arrives for me
+ virtual void handleEvent(XEvent* event);