From 90077a910e62ec55bc1e5a98f5946754c9c5f8bd Mon Sep 17 00:00:00 2001 From: marha Date: Sat, 21 Dec 2013 14:53:11 +0100 Subject: Solved 64-bit run-time problems --- libXt/include/X11/Intrinsic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libXt/include/X11/Intrinsic.h') diff --git a/libXt/include/X11/Intrinsic.h b/libXt/include/X11/Intrinsic.h index 44a1b360a..0488be908 100644 --- a/libXt/include/X11/Intrinsic.h +++ b/libXt/include/X11/Intrinsic.h @@ -113,7 +113,7 @@ typedef struct _XtEventRec *XtEventTable; typedef struct _XtAppStruct *XtAppContext; typedef unsigned long XtValueMask; -typedef unsigned long XtIntervalId; +typedef uintptr_t XtIntervalId; typedef unsigned long XtInputId; typedef unsigned long XtWorkProcId; typedef unsigned long XtSignalId; -- cgit v1.2.3