summaryrefslogtreecommitdiff
path: root/vcl/unx/inc/salframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/inc/salframe.h')
-rw-r--r--vcl/unx/inc/salframe.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/unx/inc/salframe.h b/vcl/unx/inc/salframe.h
index 848f2250d31c..8dad0350a937 100644
--- a/vcl/unx/inc/salframe.h
+++ b/vcl/unx/inc/salframe.h
@@ -212,7 +212,9 @@ public:
virtual SalGraphics* GetGraphics();
virtual void ReleaseGraphics( SalGraphics* pGraphics );
- virtual void updateGraphics();
+ // call with true to clear graphics (setting None as drawable)
+ // call with false to setup graphics with window (GetWindow())
+ virtual void updateGraphics( bool bClear );
virtual BOOL PostEvent( void* pData );