search for: gegetdevice

Displaying 1 result from an estimated 1 matches for "gegetdevice".

Did you mean: getdevice
2016 Sep 18
0
getGraphicsEvent() and setTimeLimit() bug and compatibility patch.
...hoking on setTimeLimit() timing out. - Richard Bodewits -------------- next part -------------- Index: src/main/engine.c =================================================================== --- src/main/engine.c (revision 71293) +++ src/main/engine.c (working copy) @@ -3043,6 +3043,7 @@ gd = GEgetDevice(devNum); gd->recordGraphics = TRUE; dd = gd->dev; + dd->gettingEvent = FALSE; // Added to allow setTimeLimit() to be used with getGraphicsEvent(). if (dd->onExit) dd->onExit(dd); devNum = nextDevice(devNum); }