diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-01-15 01:48:08 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-01-15 01:48:08 (GMT) |
commit | 741bcdc965d3e29bf70fd82b206a494ed1ca0752 (patch) | |
tree | 4ed64e4f2550963a70c9386dddcbcb23115723cf /src/corelib | |
parent | 8f3277d808e2f77661df0e28dfb8f4c6025258cb (diff) | |
parent | 1931d12c53563ccd6516c720781784079efaec3c (diff) | |
download | Qt-741bcdc965d3e29bf70fd82b206a494ed1ca0752.zip Qt-741bcdc965d3e29bf70fd82b206a494ed1ca0752.tar.gz Qt-741bcdc965d3e29bf70fd82b206a494ed1ca0752.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Enable surface transparency support on Symbian^4.
Improve the behavior of expose events on Symbian.
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/global/qglobal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index 52e9845..f350d1a 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -2419,6 +2419,10 @@ QT3_SUPPORT Q_CORE_EXPORT const char *qInstallPathSysconf(); //enabling new graphics resources #define QT_SYMBIAN_SUPPORTS_SGIMAGE #define QT_SYMBIAN_SUPPORTS_ADVANCED_POINTER + +#ifdef SYMBIAN_GRAPHICS_WSERV_QT_EFFECTS +#define Q_SYMBIAN_SEMITRANSPARENT_BG_SURFACE +#endif #endif |