Report that we have 2^16 colors, so PowerPoint97 prints colored

slides.
This commit is contained in:
Marcus Meissner 2001-05-07 18:13:42 +00:00 committed by Alexandre Julliard
parent 3493de8c64
commit 8367bafb1a
1 changed files with 1 additions and 1 deletions

View File

@ -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 |