Document 'WindowSizeNotify'

This commit is contained in:
Jonas Kulla 2013-09-04 12:09:09 +02:00
parent 5b6d4e0026
commit d0fa2dd37a
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@ private:
volatile bool msgBoxDone; volatile bool msgBoxDone;
}; };
/* Used to asynchronously inform the rgss thread
* about window size changes */
struct WindowSizeNotify struct WindowSizeNotify
{ {
SDL_mutex *mutex; SDL_mutex *mutex;