aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/x11.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-07-27 21:44:53 +0200
committerDavid Robillard <d@drobilla.net>2019-07-29 01:59:23 +0200
commit29940c35f257fe00cbf6ddebd5b56314c728958e (patch)
tree935b14c1b4d5667fe3c5115776252662f134f857 /pugl/detail/x11.c
parentc74467ae07cc419b913998d96315d0f7ef5d2b21 (diff)
downloadpugl-29940c35f257fe00cbf6ddebd5b56314c728958e.tar.gz
pugl-29940c35f257fe00cbf6ddebd5b56314c728958e.tar.bz2
pugl-29940c35f257fe00cbf6ddebd5b56314c728958e.zip
Fix various clang-tidy warnings
Diffstat (limited to 'pugl/detail/x11.c')
-rw-r--r--pugl/detail/x11.c2
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