1
edit
Timomernick (talk | contribs) m (Mac:64-bit NPAPI moved to Mac:NPAPI Drawing Models: Josh Aas and I agreed that this proposal should be to de-emphasize 64-bit, and instead promote this as a "drawing model API" that just happens to solve the 64-bit problem) |
|||
| Line 88: | Line 88: | ||
== The QuickDraw drawing model == | == The QuickDraw drawing model == | ||
QuickDraw is the drawing model used by all plugins today. The QuickDraw drawing model uses all the existing Mac NPAPI data structures and conventions. QuickDraw is the default drawing model, used when a plugin does not negotiate a drawing model. It is also used when the plugin explicitly sets the drawing model to NPDrawingModelQuickDraw. | QuickDraw is the drawing model used by all plugins today. The [http://mydatapages.com/quickdraw.html QuickDraw] drawing model uses all the existing Mac NPAPI data structures and conventions. QuickDraw is the default drawing model, used when a plugin does not negotiate a drawing model. It is also used when the plugin explicitly sets the drawing model to NPDrawingModelQuickDraw. | ||
In 64-bit, the QuickDraw drawing model does not exist, so CoreGraphics is the default drawing model. | In 64-bit, the QuickDraw drawing model does not exist, so CoreGraphics is the default drawing model. | ||
edit