summaryrefslogtreecommitdiff
path: root/vcl/unx/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-06-22 16:42:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-06-22 16:42:46 +0000
commit31b98d3f95e96ac87ee91833560b7b8a286d996b (patch)
treed98b8d6c23f7f1596dfaa9de4a79f2ca6d80fe7c /vcl/unx/inc
parente62957d0f14207164a1ae3295671ce1c5ae679b8 (diff)
#i30539# proof against dead frames; followup issues for painting on dead frames imminent. Also optimize Yield behaviour
Diffstat (limited to 'vcl/unx/inc')
-rw-r--r--vcl/unx/inc/salbmp.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/unx/inc/salbmp.h b/vcl/unx/inc/salbmp.h
index 855a7f225a78..d6be5d9fd730 100644
--- a/vcl/unx/inc/salbmp.h
+++ b/vcl/unx/inc/salbmp.h
@@ -2,9 +2,9 @@
*
* $RCSfile: salbmp.h,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2003-11-18 14:36:58 $
+ * last change: $Author: hr $ $Date: 2004-06-22 17:42:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,10 +131,10 @@ public:
const SalTwoRect& rTwoRect ) const;
#ifdef _USE_PRINT_EXTENSION_
void ImplDraw( SalDisplay *pDisplay, Drawable aDrawable, long nDrawableDepth,
- const SalTwoRect& rTwoRect, const GC& rGC ) const;
+ const SalTwoRect& rTwoRect, const GC& rGC, bool bDstIsWindow ) const;
#else
void ImplDraw( Drawable aDrawable, long nDrawableDepth,
- const SalTwoRect& rTwoRect, const GC& rGC ) const;
+ const SalTwoRect& rTwoRect, const GC& rGC, bool bDstIsWindow ) const;
#endif
public:
@@ -183,7 +183,7 @@ private:
Drawable aDstDrawable, long nDstDrawableDepth,
long nSrcX, long nSrcY,
long nDestWidth, long nDestHeight,
- long nDestX, long nDestY, const GC& rGC );
+ long nDestX, long nDestY, const GC& rGC, bool bDstIsWindow );
public:
@@ -214,7 +214,7 @@ public:
SalDisplay* pDisplay,
#endif
Drawable aDrawable, long nDrawableDepth,
- const SalTwoRect& rTwoRect, const GC& rGC ) const;
+ const SalTwoRect& rTwoRect, const GC& rGC, bool bDstIsWindow ) const;
};
// ----------------------