diff options
Diffstat (limited to 'editors/zoinks/files/patch-fw-TInputContext.cpp')
-rw-r--r-- | editors/zoinks/files/patch-fw-TInputContext.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/editors/zoinks/files/patch-fw-TInputContext.cpp b/editors/zoinks/files/patch-fw-TInputContext.cpp deleted file mode 100644 index 76b17abdc714..000000000000 --- a/editors/zoinks/files/patch-fw-TInputContext.cpp +++ /dev/null @@ -1,9 +0,0 @@ ---- fw/TInputContext.cpp.orig 2007-11-04 22:32:48.000000000 +0100 -+++ fw/TInputContext.cpp 2007-11-04 22:33:03.000000000 +0100 -@@ -75,5 +75,5 @@ - xpoint.y = point.v; - - ICArg args[2] = { {XNSpotLocation, &xpoint}, {NULL, NULL} }; -- XSetICValues(fXIC, XNPreeditAttributes, args, NULL); -+ XSetICValues(fXIC, XNPreeditAttributes, args, (char *)NULL); - } |