diff options
Diffstat (limited to 'tqtinterface/qt4/src/kernel/tqpixmap_x11.cpp')
-rw-r--r-- | tqtinterface/qt4/src/kernel/tqpixmap_x11.cpp | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/tqtinterface/qt4/src/kernel/tqpixmap_x11.cpp b/tqtinterface/qt4/src/kernel/tqpixmap_x11.cpp index 2a497e5..a16235c 100644 --- a/tqtinterface/qt4/src/kernel/tqpixmap_x11.cpp +++ b/tqtinterface/qt4/src/kernel/tqpixmap_x11.cpp @@ -42,30 +42,6 @@ #include "tqplatformdefs.h" -#if defined(Q_OS_WIN32) && defined(TQT_MITSHM) -#undef TQT_MITSHM -#endif - -#ifdef TQT_MITSHM - -// Use the MIT Shared Memory extension for pixmap<->image conversions -#define TQT_MITSHM_CONVERSIONS - -// Uncomment the next line to enable the MIT Shared Memory extension -// for TQPixmap::xForm() -// -// WARNING: This has some problems: -// -// 1. Consumes a 800x600 pixmap -// 2. TQt does not handle the ShmCompletion message, so you will -// get strange effects if you xForm() repeatedly. -// -// #define TQT_MITSHM_XFORM - -#if defined(TQ_OS_WIN32) && defined(TQT_MITSHM) -#undef TQT_MITSHM -#endif - #include "tqplatformdefs.h" #include "tqbitmap.h" @@ -2515,4 +2491,4 @@ TQ_EXPORT void copyBlt( TQPixmap *dst, int dx, int dy, #endif // TQT_NO_XFTFREETYPE } -#endif // USE_QT4
\ No newline at end of file +#endif // USE_QT4 |