Confirmed users, Bureaucrats and Sysops emeriti
1,680
edits
No edit summary |
|||
Line 51: | Line 51: | ||
#ifdef XP_MACOSX | #ifdef XP_MACOSX | ||
/* The drawing model for a Mac OS X plugin. These are the possible values | /* The drawing model for a Mac OS X plugin. These are the possible values | ||
* for the NPNVpluginDrawingModel variable. | * for the NPNVpluginDrawingModel variable. | ||
*/ | */ | ||
typedef enum { | typedef enum { | ||
#ifndef NP_NO_QUICKDRAW | #ifndef NP_NO_QUICKDRAW | ||
Line 62: | Line 60: | ||
NPDrawingModelCoreGraphics = 1 | NPDrawingModelCoreGraphics = 1 | ||
} NPDrawingModel; | } NPDrawingModel; | ||
#endif | #endif | ||