diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2004-10-04 05:04:14 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2004-10-04 05:04:14 +0000 |
commit | 658b4ed81f777df2d8b9f47904de90bde1897113 (patch) | |
tree | e601f4479e96568797cc2aa9f49465525027de23 /Xprint/Init.c | |
parent | e622b346113f65788110777d7d1b5fc436600a4d (diff) |
Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1299 - Add more
visuals to the Postscript DDX (8bit GrayScale/StaticGray, 1bit
StaticGray and the basic infratructure for "deep" visuals with more
than 8bits per RGB gun).
Diffstat (limited to 'Xprint/Init.c')
-rw-r--r-- | Xprint/Init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Xprint/Init.c b/Xprint/Init.c index 4160e5c85..cb47fa144 100644 --- a/Xprint/Init.c +++ b/Xprint/Init.c @@ -163,6 +163,7 @@ static PixmapFormatRec PSPixmapFormats[] = { { 1, 1, BITMAP_SCANLINE_PAD }, { 8, 8, BITMAP_SCANLINE_PAD }, + { 12, 16, BITMAP_SCANLINE_PAD }, { 24, 32, BITMAP_SCANLINE_PAD } }; |