diff options
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; |