diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:24:13 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:24:13 +0000 |
commit | 05b705079476cac37135784805074bdee41acb34 (patch) | |
tree | e40264d4f739b013b86bf47a5fccac423ce49fcb /vcl | |
parent | afa0e9b4777d5af7e3bc5239c50cbe3b1dc9f78c (diff) |
INTEGRATION: CWS aw024 (1.8.72); FILE MERGED
2006/11/10 05:44:22 aw 1.8.72.2: RESYNC: (1.8-1.9); FILE MERGED
2006/07/20 16:03:33 thb 1.8.72.1: #i66849# Join from CWS xralpha; added XRENDER_LINK feature back again; renamed drawTransparentBitmap() to drawMaskedBitmap() and made private nonvirtual; added drawAlphaRect()
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/inc/salbmp.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/vcl/unx/inc/salbmp.h b/vcl/unx/inc/salbmp.h index 1db906b7ae52..4882ba47f16d 100644 --- a/vcl/unx/inc/salbmp.h +++ b/vcl/unx/inc/salbmp.h @@ -4,9 +4,9 @@ * * $RCSfile: salbmp.h,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: kz $ $Date: 2006-10-06 10:00:42 $ + * last change: $Author: ihi $ $Date: 2006-11-14 15:24:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -107,8 +107,11 @@ public: SAL_DLLPRIVATE XImage* ImplCreateXImage( SalDisplay* pSalDisp, int nScreen, long nDepth, const SalTwoRect& rTwoRect ) const; + + SAL_DLLPRIVATE ImplSalDDB* ImplGetDDB( Drawable, int nScreen, long nDrawableDepth, + const SalTwoRect& ) const; void ImplDraw( Drawable aDrawable, int nScreen, long nDrawableDepth, - const SalTwoRect& rTwoRect, const GC& rGC ) const; + const SalTwoRect& rTwoRect, const GC& rGC ) const; public: |