From 5b6d4e002677efe25c84d1df9692dd19282b9902 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Wed, 4 Sep 2013 12:07:59 +0200 Subject: [PATCH] Clean up remainind references to 'render thread' --- src/eventthread.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/eventthread.h b/src/eventthread.h index 110ae9f9..6e7f3925 100644 --- a/src/eventthread.h +++ b/src/eventthread.h @@ -66,7 +66,7 @@ public: void process(RGSSThreadData &rtData); void cleanup(); - /* Called from render thread */ + /* Called from rgss thread */ void requestFullscreenMode(bool mode); void requestWindowResize(int width, int height); @@ -135,9 +135,9 @@ struct WindowSizeNotify struct RGSSThreadData { - /* Main thread sets this to request render thread to terminate */ + /* Main thread sets this to request rgss thread to terminate */ volatile bool rqTerm; - /* In response, render thread sets this to confirm + /* In response, rgss thread sets this to confirm * that it received the request and isn't stuck */ volatile bool rqTermAck;