Kaydet (Commit) 78cdc13a authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS vcl85_SRC680 (1.42.96); FILE MERGED

2007/12/03 16:40:31 pl 1.42.96.1: #i84179# remove libsn
üst e9cb118e
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: saldisp.hxx,v $ * $RCSfile: saldisp.hxx,v $
* *
* $Revision: 1.42 $ * $Revision: 1.43 $
* *
* last change: $Author: vg $ $Date: 2007-08-30 13:56:16 $ * last change: $Author: rt $ $Date: 2008-01-29 16:21:27 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -413,9 +413,6 @@ protected: ...@@ -413,9 +413,6 @@ protected:
std::list<SalFrame*> m_aFrames; std::list<SalFrame*> m_aFrames;
std::list<SalObject*> m_aSalObjects; std::list<SalObject*> m_aSalObjects;
struct SnDisplay *m_pSnDisplay;
struct SnLauncheeContext *m_pSnLauncheeContext;
void DestroyFontCache(); void DestroyFontCache();
virtual long Dispatch( XEvent *pEvent ) = 0; virtual long Dispatch( XEvent *pEvent ) = 0;
void InitXinerama(); void InitXinerama();
...@@ -439,7 +436,7 @@ public: ...@@ -439,7 +436,7 @@ public:
bool getHaveSystemChildFrame() const bool getHaveSystemChildFrame() const
{ return pXLib_->getHaveSystemChildFrame(); } { return pXLib_->getHaveSystemChildFrame(); }
void Init( bool bHandleStartupNotification = true ); void Init();
void SendInternalEvent( SalFrame* pFrame, void* pData, USHORT nEvent = SALEVENT_USEREVENT ); void SendInternalEvent( SalFrame* pFrame, void* pData, USHORT nEvent = SALEVENT_USEREVENT );
void CancelInternalEvent( SalFrame* pFrame, void* pData, USHORT nEvent ); void CancelInternalEvent( SalFrame* pFrame, void* pData, USHORT nEvent );
...@@ -557,7 +554,7 @@ inline Display *SalColormap::GetXDisplay() const ...@@ -557,7 +554,7 @@ inline Display *SalColormap::GetXDisplay() const
class VCL_DLLPUBLIC SalX11Display : public SalDisplay class VCL_DLLPUBLIC SalX11Display : public SalDisplay
{ {
public: public:
SalX11Display( Display* pDisp, bool bHandleStartupNotification = true ); SalX11Display( Display* pDisp );
virtual ~SalX11Display(); virtual ~SalX11Display();
virtual long Dispatch( XEvent *pEvent ); virtual long Dispatch( XEvent *pEvent );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment