diff options
Diffstat (limited to 'pugl/detail/x11.c')
-rw-r--r-- | pugl/detail/x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/detail/x11.c b/pugl/detail/x11.c index 70341ea..8b4c136 100644 --- a/pugl/detail/x11.c +++ b/pugl/detail/x11.c @@ -452,7 +452,7 @@ puglRequestAttention(PuglView* view) root, False, SubstructureNotifyMask | SubstructureRedirectMask, - (XEvent*)&event); + &event); } PuglStatus |