diff --git a/src/eventthread.h b/src/eventthread.h index 6e7f392..ee45a24 100644 --- a/src/eventthread.h +++ b/src/eventthread.h @@ -83,7 +83,8 @@ private: volatile bool msgBoxDone; }; - +/* Used to asynchronously inform the rgss thread + * about window size changes */ struct WindowSizeNotify { SDL_mutex *mutex;