diff --git a/window/pub.h b/window/pub.h index eee39b4..bf7b8fd 100644 --- a/window/pub.h +++ b/window/pub.h @@ -199,7 +199,7 @@ typedef struct _Bounds Bounds; // Copy items result if (items != NULL) { - *items = (uint32) nItems; + *items = (uint32_t) nItems; } return result; }