blob: f74bb55cfde00826c6499ad78b27964b0ec4088a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- 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 )
|