summaryrefslogtreecommitdiff
path: root/include/X11/IntrinsicI.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/IntrinsicI.h')
-rw-r--r--include/X11/IntrinsicI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/IntrinsicI.h b/include/X11/IntrinsicI.h
index f3193e0..6369aff 100644
--- a/include/X11/IntrinsicI.h
+++ b/include/X11/IntrinsicI.h
@@ -129,7 +129,7 @@ SOFTWARE.
#define XtStackAlloc(size, stack_cache_array) \
((size) <= sizeof(stack_cache_array) \
? (XtPointer)(stack_cache_array) \
- : XtMalloc((unsigned)(size)))
+ : XtMalloc((Cardinal)(size)))
#define XtStackFree(pointer, stack_cache_array) \
{ if ((pointer) != ((XtPointer)(stack_cache_array))) XtFree(pointer); }