From 3452f489c71f64284c25c909602ec8b1e8d65b99 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 4 Jul 2020 14:01:58 +0200 Subject: X11: Fix internal timer ID type to match public interface --- pugl/detail/x11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pugl/detail') diff --git a/pugl/detail/x11.h b/pugl/detail/x11.h index 164a57e..47d9225 100644 --- a/pugl/detail/x11.h +++ b/pugl/detail/x11.h @@ -44,7 +44,7 @@ typedef struct { typedef struct { XID alarm; PuglView* view; - uint64_t id; + uintptr_t id; } PuglTimer; struct PuglWorldInternalsImpl { -- cgit v1.2.1