diff options
author | Chris Robinson <[email protected]> | 2020-12-15 21:32:01 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-15 21:32:01 -0800 |
commit | 304ab8d8901efc9ecb38fb1d61b2902753896dfc (patch) | |
tree | 78f9e2150e5059c5dde06bf9ea05bca13bbd0c23 /al/event.h | |
parent | a08f68f213a79544a78ee0459d8c9065c2c9894d (diff) |
Avoid a generic event struct
Diffstat (limited to 'al/event.h')
-rw-r--r-- | al/event.h | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -35,11 +35,8 @@ struct AsyncEvent { ALuint count; } bufcomp; struct { - ALenum type; - ALuint id; - ALuint param; - ALchar msg[232]; - } user; + ALchar msg[244]; + } disconnect; EffectState *mEffectState; } u{}; |