diff options
author | Babak Mahbod <bmahbod@openoffice.org> | 2001-01-23 04:04:59 +0000 |
---|---|---|
committer | Babak Mahbod <bmahbod@openoffice.org> | 2001-01-23 04:04:59 +0000 |
commit | bc51eeb8b2a95169bb302b99ef4dba7971fe4352 (patch) | |
tree | 6a43805b1afa5b11c0c28e4c5be73e9fbbce251a /vcl | |
parent | 186c215baf0ab64c6f465c381cac38f427aa574f (diff) |
New type definition for SalGraphics data handle.
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/aqua/inc/salgdi.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/aqua/inc/salgdi.h b/vcl/aqua/inc/salgdi.h index ae478d032eeb..75359ca09606 100644 --- a/vcl/aqua/inc/salgdi.h +++ b/vcl/aqua/inc/salgdi.h @@ -2,9 +2,9 @@ * * $RCSfile: salgdi.h,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: bmahbod $ $Date: 2001-01-17 23:10:47 $ + * last change: $Author: bmahbod $ $Date: 2001-01-23 05:04:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -146,5 +146,6 @@ struct SalGraphicsData typedef struct SalGraphicsData SalGraphicsData; typedef SalGraphicsData *SalGraphicsDataPtr; +typedef SalGraphicsDataPtr *SalGraphicsDataHandle; #endif // _SV_SALGDI_H |