![]() ![]() | ![]() |
Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
version 1.2, 2001/01/04 20:15:31 | version 1.3, 2001/01/09 18:41:54 |
---|---|
Line 264 int injectCDKSlider (CDKSLIDER *slider, | Line 264 int injectCDKSlider (CDKSLIDER *slider, |
/* Check for a key binding. */ | /* Check for a key binding. */ |
if (checkCDKObjectBind(vSLIDER, slider, input) != 0) | if (checkCDKObjectBind(vSLIDER, slider, input) != 0) |
{ | { |
slider->exitType = vESCAPE_HIT; | |
return -1; | return -1; |
} | } |
else | else |