(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rename WE_4 to something more descriptive and correct some (completely incorrect) comments.
This commit is contained in:
@@ -401,7 +401,7 @@ static void ErrmsgWndProc(Window *w, WindowEvent *e)
|
||||
if (_right_button_down) delete w;
|
||||
break;
|
||||
|
||||
case WE_4:
|
||||
case WE_100_TICKS:
|
||||
if (--_errmsg_duration == 0) delete w;
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user