client side shit ISNT 32 bits on 64 bit platforms, its 64 bits. fuck X so hard.

This commit is contained in:
Dana Jansens 2003-04-22 20:05:25 +00:00
parent 0ba6700655
commit 957ffe9c03

View file

@ -186,7 +186,7 @@ static gboolean get_prealloc(Window win, Atom prop, Atom type, int size,
((guint16*)data)[i] = ((guint16*)xdata)[i];
break;
case 32:
((guint32*)data)[i] = ((guint32*)xdata)[i];
((guint32*)data)[i] = ((gulong*)xdata)[i];
break;
default:
g_assert_not_reached(); /* unhandled size */
@ -225,7 +225,7 @@ static gboolean get_all(Window win, Atom prop, Atom type, int size,
((guint16*)*data)[i] = ((guint16*)xdata)[i];
break;
case 32:
((guint32*)*data)[i] = ((guint32*)xdata)[i];
((guint32*)*data)[i] = ((gulong*)xdata)[i];
break;
default:
g_assert_not_reached(); /* unhandled size */