diff -urN ooo_SRC680_m182_src.orig/vcl/inc/bitmap.hxx ooo_SRC680_m182_src/vcl/inc/bitmap.hxx --- ooo_SRC680_m182_src.orig/vcl/inc/bitmap.hxx 2006-08-19 23:47:20.000000000 +0200 +++ ooo_SRC680_m182_src/vcl/inc/bitmap.hxx 2006-08-19 23:53:53.000000000 +0200 @@ -255,12 +255,17 @@ class AlphaMask; class OutputDevice; class SalBitmap; +#if defined AQUA +struct CGContext; +#endif struct BitmapSystemData { #if defined WNT void* pDIB; // device independent byte buffer void* pDDB; // if not NULL then this is actually an HBITMAP + #elif defined AQUA + CGContext* mpAquaContext; #else void* aPixmap; #endif