From d0fa2dd37a1d29cf2f33adeb01930cf314a4ae35 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Wed, 4 Sep 2013 12:09:09 +0200 Subject: [PATCH] Document 'WindowSizeNotify' --- src/eventthread.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;