diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-09 11:20:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-09 11:20:20 +0000 |
commit | 72f8e0906642f0d0471793185ea706db2fe564f6 (patch) | |
tree | f3ac37e41a263ec22285a65f200d9bedacd20390 /vcl/unx/inc/plugins/gtk | |
parent | cbd48f8a726f6cc8580b892ee2e0acff0e643c24 (diff) |
INTEGRATION: CWS vcl59 (1.4.250); FILE MERGED
2006/05/15 13:57:32 pl 1.4.250.1: #i65304# startup notification in second start
Diffstat (limited to 'vcl/unx/inc/plugins/gtk')
-rw-r--r-- | vcl/unx/inc/plugins/gtk/gtkdata.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/unx/inc/plugins/gtk/gtkdata.hxx b/vcl/unx/inc/plugins/gtk/gtkdata.hxx index 4802525d0c1c..5d2dd5ba0804 100644 --- a/vcl/unx/inc/plugins/gtk/gtkdata.hxx +++ b/vcl/unx/inc/plugins/gtk/gtkdata.hxx @@ -4,9 +4,9 @@ * * $RCSfile: gtkdata.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:51:01 $ + * last change: $Author: hr $ $Date: 2006-06-09 12:20:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -66,6 +66,7 @@ class GtkSalDisplay : public SalDisplay { GdkDisplay* m_pGdkDisplay; GdkCursor *m_aCursors[ POINTER_COUNT ]; + bool m_bStartupCompleted; GdkCursor* getFromXPM( const char *pBitmap, const char *pMask, int nWidth, int nHeight, int nXHot, int nYHot ); public: @@ -85,6 +86,7 @@ public: inline bool HasMoreEvents() { return m_aUserEvents.size() > 1; } inline void EventGuardAcquire() { osl_acquireMutex( hEventGuard_ ); } inline void EventGuardRelease() { osl_releaseMutex( hEventGuard_ ); } + void startupNotificationCompleted() { m_bStartupCompleted = true; } }; |