diff options
Diffstat (limited to 'x11-toolkits/qt145/files/patch-ad')
-rw-r--r-- | x11-toolkits/qt145/files/patch-ad | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11-toolkits/qt145/files/patch-ad b/x11-toolkits/qt145/files/patch-ad deleted file mode 100644 index f74bb55..0000000 --- a/x11-toolkits/qt145/files/patch-ad +++ /dev/null @@ -1,15 +0,0 @@ ---- 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 ) |