search for: nextdevice

Displaying 2 results from an estimated 2 matches for "nextdevice".

Did you mean: netdevice
2016 Sep 18
0
getGraphicsEvent() and setTimeLimit() bug and compatibility patch.
...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); }
2005 Aug 18
4
SYSLINUX 3.10-pre11
I have just pushed out SYSLINUX 3.10-pre11. This version hopefully should fix Curtis' bug (display file garbage) as well as the NOESCAPE problem. Curtis, Alex and Paul, could you try this version out, please? -hpa