summaryrefslogtreecommitdiff
path: root/graphics/xpaint/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xpaint/patches/patch-ai')
-rw-r--r--graphics/xpaint/patches/patch-ai40
1 files changed, 40 insertions, 0 deletions
diff --git a/graphics/xpaint/patches/patch-ai b/graphics/xpaint/patches/patch-ai
new file mode 100644
index 00000000000..2d1a65f14ef
--- /dev/null
+++ b/graphics/xpaint/patches/patch-ai
@@ -0,0 +1,40 @@
+$NetBSD: patch-ai,v 1.1 2008/03/21 22:22:21 is Exp $
+
+--- graphic.c.orig 2005-09-02 23:31:56.000000000 +0200
++++ graphic.c
+@@ -33,7 +33,7 @@
+ #include "xaw_incdir/SmeBSB.h"
+ #include "xaw_incdir/Paned.h"
+
+-//#include <X11/keysym.h>
++/*#include <X11/keysym.h>*/
+
+ #include <xpm.h>
+ #ifdef HAVE_COLTOG
+@@ -3606,7 +3606,7 @@ graphicCreate(Widget shell, int width, i
+ #endif
+ }
+ }
+- //checkPaintDimension(shell);
++ /*checkPaintDimension(shell);*/
+
+ return paint;
+ }
+@@ -4145,7 +4145,7 @@ stdPasteCB(Widget paint, XtPointer infoA
+
+ PwRegionSet(paint, &rect, pix, newMask);
+ }
+- // setToSelectOp();
++ /* setToSelectOp();*/
+ }
+
+ void
+@@ -4282,7 +4282,7 @@ StdSelectAllCallback(Widget w, XtPointer
+ rect.height = dh;
+
+ PwRegionSet(paint, &rect, None, None);
+- // setToSelectOp();
++ /* setToSelectOp(); */
+ }
+
+ void