Document 'WindowSizeNotify'
This commit is contained in:
parent
5b6d4e0026
commit
d0fa2dd37a
|
@ -83,7 +83,8 @@ private:
|
|||
volatile bool msgBoxDone;
|
||||
};
|
||||
|
||||
|
||||
/* Used to asynchronously inform the rgss thread
|
||||
* about window size changes */
|
||||
struct WindowSizeNotify
|
||||
{
|
||||
SDL_mutex *mutex;
|
||||
|
|
Loading…
Reference in New Issue