summaryrefslogtreecommitdiff
path: root/graphics/vtk/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/vtk/patches/patch-ad')
-rw-r--r--graphics/vtk/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/vtk/patches/patch-ad b/graphics/vtk/patches/patch-ad
new file mode 100644
index 00000000000..18946b4131b
--- /dev/null
+++ b/graphics/vtk/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2007/02/23 20:21:09 drochner Exp $
+
+--- Rendering/vtkXRenderWindowInteractor.h.orig 2007-02-23 16:13:26.000000000 +0100
++++ Rendering/vtkXRenderWindowInteractor.h
+@@ -42,6 +42,8 @@
+
+ class vtkCallbackCommand;
+
++void vtkXRenderWindowInteractorCallback(Widget,XtPointer, XEvent *,Boolean *);
++
+ class VTK_RENDERING_EXPORT vtkXRenderWindowInteractor : public vtkRenderWindowInteractor
+ {
+ public: