summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorHerbert Duerr <hdu@openoffice.org>2001-02-15 14:12:46 +0000
committerHerbert Duerr <hdu@openoffice.org>2001-02-15 14:12:46 +0000
commitf98ff6024c0b4fe2008e40d374710701d0296030 (patch)
tree4e591f5243d73ff0211fe4d04d3fe8c35f61834a /vcl
parentb30614491e0b8d2f85a7ad4bb3ecc6a8b64b4658 (diff)
serverfonts for UNX
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/inc/salgdi.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/unx/inc/salgdi.h b/vcl/unx/inc/salgdi.h
index 6d82aad50ea4..0948c4ab2b1a 100644
--- a/vcl/unx/inc/salgdi.h
+++ b/vcl/unx/inc/salgdi.h
@@ -2,9 +2,9 @@
*
* $RCSfile: salgdi.h,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: pl $ $Date: 2000-11-18 16:48:26 $
+ * last change: $Author: hdu $ $Date: 2001-02-15 15:12:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,7 +62,7 @@
// //
// (C) 1997 Star Division GmbH, Hamburg, Germany //
// //
-// $Revision: 1.4 $ $Author: pl $ $Date: 2000-11-18 16:48:26 $ //
+// $Revision: 1.5 $ $Author: hdu $ $Date: 2001-02-15 15:12:46 $ //
// //
// $Workfile: salgdi.h $ //
// $Modtime: 10 Sep 1997 11:55:36 $ //
@@ -138,6 +138,7 @@ class SalGraphicsData
GC pFontGC_; // Font attributes
ExtendedFontStructRef xFont_;
+ const class ServerFont* mpServerSideFont;
Fraction aScale_;
SalColor nTextColor_;
Pixel nTextPixel_;