Report that we have 2^16 colors, so PowerPoint97 prints colored
slides.
This commit is contained in:
parent
3493de8c64
commit
8367bafb1a
|
@ -146,7 +146,7 @@ static DeviceCaps PSDRV_DevCaps = {
|
|||
/* numPens */ 10,
|
||||
/* numMarkers */ 0,
|
||||
/* numFonts */ 39,
|
||||
/* numColors */ 2,
|
||||
/* numColors */ 0xffff,
|
||||
/* pdeviceSize */ 0,
|
||||
/* curveCaps */ CC_CIRCLES | CC_PIE | CC_CHORD | CC_ELLIPSES |
|
||||
CC_WIDE | CC_STYLED | CC_WIDESTYLED | CC_INTERIORS |
|
||||
|
|
Loading…
Reference in New Issue