summaryrefslogtreecommitdiffstats
path: root/games/oonsoo/files/patch-UI_BasicWidget.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'games/oonsoo/files/patch-UI_BasicWidget.hxx')
-rw-r--r--games/oonsoo/files/patch-UI_BasicWidget.hxx15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/oonsoo/files/patch-UI_BasicWidget.hxx b/games/oonsoo/files/patch-UI_BasicWidget.hxx
new file mode 100644
index 0000000..44f0ad5
--- /dev/null
+++ b/games/oonsoo/files/patch-UI_BasicWidget.hxx
@@ -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);
OpenPOWER on IntegriCloud