openbsd-ports/graphics/mirage/patches/patch-xmouse_c
ajacoutot cadde759d0 Import mirage-0.9.5.2.
Mirage is a fast and simple GTK+ image viewer.
<...>

Make the Makefile unreadable by adding spaces around `=' as requested
by fgsch@ to please espie@.

with help from and ok fgsch@
2011-03-29 07:07:12 +00:00

12 lines
359 B
Plaintext

$OpenBSD: patch-xmouse_c,v 1.1.1.1 2011/03/29 07:07:12 ajacoutot Exp $
--- xmouse.c.orig Mon Mar 28 08:09:07 2011
+++ xmouse.c Mon Mar 28 08:09:35 2011
@@ -38,6 +38,7 @@ PyObject* xmouse_geometry(PyObject* self, PyObject* ar
PyMethodDef methods[] =
{
{"geometry", xmouse_geometry, METH_VARARGS},
+ {NULL, NULL, 0, NULL}
};
void initxmouse(void)