diff options
author | David Robillard <d@drobilla.net> | 2020-03-15 21:29:00 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-15 21:29:58 +0100 |
commit | 18fdb8bfbd9447d64e23db267c767491a9422796 (patch) | |
tree | ff0b33c04b1e7005d3c7944bf155227ee65ffe95 /pugl | |
parent | 1463f6b44b19ef2778747c0d48f2b29daa00c67c (diff) | |
download | pugl-18fdb8bfbd9447d64e23db267c767491a9422796.tar.gz pugl-18fdb8bfbd9447d64e23db267c767491a9422796.tar.bz2 pugl-18fdb8bfbd9447d64e23db267c767491a9422796.zip |
Cleanup: Fix documentation links
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/pugl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h index 85d0e8f..a796e56 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -398,8 +398,8 @@ typedef struct { things, this makes it possible to wake up the event loop for any reason. */ typedef struct { - PuglEventType type; ///< PUGL_CLIENT - PuglEventFlags flags; ///< Bitwise OR of PuglEventFlag values + PuglEventType type; ///< #PUGL_CLIENT + PuglEventFlags flags; ///< Bitwise OR of #PuglEventFlag values uintptr_t data1; ///< Client-specific data uintptr_t data2; ///< Client-specific data } PuglEventClient; |