diff options
author | Jason Barron <jbarron@trolltech.com> | 2010-01-14 13:20:24 (GMT) |
---|---|---|
committer | Jason Barron <jbarron@trolltech.com> | 2010-01-14 15:21:33 (GMT) |
commit | 0047fd3703fcec3afbbaff13e7a2d96d60f3f8f4 (patch) | |
tree | 1f2b23a03b8163fd0fd65fcbfbfc9a78b5ada214 /src/corelib | |
parent | bc82db4d08860735bbae584a54d1b591c760e38b (diff) | |
download | Qt-0047fd3703fcec3afbbaff13e7a2d96d60f3f8f4.zip Qt-0047fd3703fcec3afbbaff13e7a2d96d60f3f8f4.tar.gz Qt-0047fd3703fcec3afbbaff13e7a2d96d60f3f8f4.tar.bz2 |
Enable surface transparency support on Symbian^4.
On Symbian^4 systems where the window supports surface transparency, we
use this for the Qt::WA_TranslucentBackground flag instead of the
previous method.
Task-number: QT-2026
Reviewed-by: Iain
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 |