1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/editors/zoinks/files/patch-fw-TInputContext.cpp
Martin Wilke 9fe1834c7a - Unbreak
- Fix build with gcc 4.2

PR:		117776
Submitted by:	pietro cerutti <gahr@gahr.ch>
Approved by:	portmgr (pav)
2007-11-05 10:04:15 +00:00

10 lines
354 B
C++

--- 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);
}