diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-12-21 20:19:13 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-12-21 20:19:13 (GMT) |
commit | c868a4d587ea8ebbdbe5ef4ccc525af9811acbf9 (patch) | |
tree | 092ddb7e0f5dc34fddac5d83a41d727608afb796 /Swift/QtUI/QtSwift.h | |
parent | eb0caf8201ed2b5507401a7127624b64ca2f51fc (diff) | |
download | swift-c868a4d587ea8ebbdbe5ef4ccc525af9811acbf9.zip swift-c868a4d587ea8ebbdbe5ef4ccc525af9811acbf9.tar.bz2 |
Revert to SnarlNotifier on Windows.
Use balloons as a fallback.
Diffstat (limited to 'Swift/QtUI/QtSwift.h')
-rw-r--r-- | Swift/QtUI/QtSwift.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Swift/QtUI/QtSwift.h b/Swift/QtUI/QtSwift.h index f241fd0..b674802 100644 --- a/Swift/QtUI/QtSwift.h +++ b/Swift/QtUI/QtSwift.h @@ -71,5 +71,8 @@ namespace Swift { #if defined(SWIFTEN_PLATFORM_MACOSX) CocoaApplication cocoaApplication_; #endif +#if defined(HAVE_SNARL) + Win32NotifierWindow* notifierWindow_; +#endif }; } |