Revert int size change in krfb.h

When connecting to an AMD64 krfb server, it will not accept the correct password due to a word size issue.  This was a regression somewhere around 2008, the Debian bug mail refers to it.
Thanks to Nick Leverton for the patch!



git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1260217 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent e980b1bc6f
commit b22d2d2bbd

@ -40,14 +40,7 @@ extern "C"
/* TODO: this stuff has to go into autoconf */
typedef unsigned char CARD8;
typedef unsigned short CARD16;
#ifdef LONG64
typedef unsigned long CARD64;
typedef unsigned int CARD32;
#else
typedef unsigned long CARD32;
#endif
typedef CARD32 Pixel;
/* typedef CARD32 KeySym; */
#ifndef __osf__

Loading…
Cancel
Save