summaryrefslogtreecommitdiff
path: root/include/colormapst.h
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2006-03-30 18:48:11 +0000
committerEgbert Eich <eich@suse.de>2006-03-30 18:48:11 +0000
commit9da1d2257d02155cc8b4541cf5fcb4e64d756945 (patch)
treee7698c668d752e51d4b6534245290390c293b138 /include/colormapst.h
parent6d7ad353bafe914f0b50887daaeaae89ada6ebd3 (diff)
Fixes for some vsw4 failures on 64bit BE platforms such as PPC64 and s390x.
Provided by Hong Bo Peng of IBM (slightly modified). Patches try to resolve some of the careless mixtures of ulong and uint (which are different size on 64bit). Bugzilla #6438.
Diffstat (limited to 'include/colormapst.h')
-rw-r--r--include/colormapst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/colormapst.h b/include/colormapst.h
index 5ceee9870..d2422ea85 100644
--- a/include/colormapst.h
+++ b/include/colormapst.h
@@ -97,7 +97,7 @@ typedef struct _ColormapRec
{
VisualPtr pVisual;
short class; /* PseudoColor or DirectColor */
- long mid; /* client's name for colormap */
+ XID mid; /* client's name for colormap */
ScreenPtr pScreen; /* screen map is associated with */
short flags; /* 1 = IsDefault
* 2 = AllAllocated */