diff options
Diffstat (limited to 'pugl/detail/x11.h')
-rw-r--r-- | pugl/detail/x11.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |