old printing api's obsoleted in carbon.

This commit is contained in:
pinkerton%netscape.com 1999-05-11 21:40:01 +00:00
Родитель da87765bfe
Коммит 39b883dab7
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -71,8 +71,11 @@ protected:
protected:
THPrint mPrtRec; // the print record
PRBool mPrintManagerOpen; // tells if the print manager is open
#if !TARGET_CARBON
// pinkerton - obsolete APIs. Doesn't exist in carbon
TPrPort* mPrinterPort;
#endif
friend nsDeviceContextMac;
};