freebsd-ports/x11-toolkits/qt145/files/patch-ad
Kris Kennaway 53cd1ee38c Add back the qt145 port and support for qt-1.x. This should not
have been removed because it was not broken and a lot of working
ports depended on it.  The qt145 port now installs files named
*qt1* instead of *qt* so it does not conflict with the other qt
versions.
2002-05-05 09:55:30 +00:00

15 lines
417 B
Text

--- src/kernel/qapplication_x11.cpp.orig Thu Mar 23 21:51:42 2000
+++ src/kernel/qapplication_x11.cpp Thu Mar 23 21:57:48 2000
@@ -108,6 +108,12 @@
#undef select
extern "C" int select( int, void *, void *, void *, struct timeval * );
+extern "C" char *XSetIMValues(
+#if NeedVarargsPrototypes
+ XIM /* im */, ...
+#endif
+);
+
#if defined(_OS_AIX_)
// for FD_ZERO
static inline void bzero( void *s, int n )