summaryrefslogtreecommitdiff
path: root/graphics/dx/patches/patch-src_uipp_dxuilib_DXApplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dx/patches/patch-src_uipp_dxuilib_DXApplication.h')
-rw-r--r--graphics/dx/patches/patch-src_uipp_dxuilib_DXApplication.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/dx/patches/patch-src_uipp_dxuilib_DXApplication.h b/graphics/dx/patches/patch-src_uipp_dxuilib_DXApplication.h
new file mode 100644
index 00000000000..61cbd341527
--- /dev/null
+++ b/graphics/dx/patches/patch-src_uipp_dxuilib_DXApplication.h
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_uipp_dxuilib_DXApplication.h,v 1.1 2012/04/17 17:44:03 joerg Exp $
+
+--- src/uipp/dxuilib/DXApplication.h.orig 2006-05-08 16:20:10.000000000 +0000
++++ src/uipp/dxuilib/DXApplication.h
+@@ -372,8 +372,7 @@ class DXApplication : public IBMApplicat
+ // Overrides the Application class version:
+ // Initializes Xt Intrinsics with option list (switches).
+ //
+- virtual boolean initialize(unsigned int* argcp,
+- char** argv);
++ virtual boolean initialize(int* argcp, char** argv);
+
+ //
+ // Override of superclass handleEvents() function: