diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2004-07-18 05:21:20 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2004-07-18 05:21:20 +0000 |
commit | 0addd0d499046fc8a6cdc18fc41d34cac2ba77ea (patch) | |
tree | 13d83bcf9ed10aa6bb8e4ffa047a72e4e385af58 /Xprint/ps/Ps.h | |
parent | 7f9e263658b1c9c435db851a8afd904a2f584d13 (diff) |
Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=858 - Fixing the
problem that clients cannot use the TrueColor visual without calling
|XInstallColormap();|.
Diffstat (limited to 'Xprint/ps/Ps.h')
-rw-r--r-- | Xprint/ps/Ps.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Xprint/ps/Ps.h b/Xprint/ps/Ps.h index e8fc615a6..6bde70f47 100644 --- a/Xprint/ps/Ps.h +++ b/Xprint/ps/Ps.h @@ -246,7 +246,6 @@ typedef DisplayListRec *DisplayListPtr; typedef struct { XrmDatabase resDB; - ColormapPtr CMap; Bool (*DestroyWindow)(WindowPtr); } PsScreenPrivRec, *PsScreenPrivPtr; |