C4AbstractApp: ScheduleProcs timeout parameter defaults to 1000/36 instead of -1 so the timeout is not determined to be infinity down the road, leading to mac version not getting out of the poll call anymore

stable-5.4
Martin Plicht 2014-01-13 07:16:55 +01:00
parent d504626a40
commit 911c9b7713
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public:
// Gamma
virtual bool ApplyGammaRamp(struct _GAMMARAMP &ramp, bool fForce);
virtual bool SaveDefaultGammaRamp(struct _GAMMARAMP &ramp);
virtual bool ScheduleProcs(int iTimeout = -1);
virtual bool ScheduleProcs(int iTimeout = 1000/36);
bool FlushMessages();
C4Window * pWindow;
bool fQuitMsgReceived; // if true, a quit message has been received and the application should terminate