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.
This commit is contained in:
Egbert Eich
2006-03-30 18:48:11 +00:00
parent 6d7ad353ba
commit 9da1d2257d
4 changed files with 19 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ typedef struct _Drawable {
unsigned char class; /* specific to type */
unsigned char depth;
unsigned char bitsPerPixel;
unsigned long id; /* resource id */
XID id; /* resource id */
short x; /* window: screen absolute, pixmap: 0 */
short y; /* window: screen absolute, pixmap: 0 */
unsigned short width;