src/window.cpp
changeset 10481 0c7aed4edabe
parent 10463 b7e820730f30
child 10482 260c05e63bf4
equal deleted inserted replaced
10480:0ac5d6683f01 10481:0c7aed4edabe
  1982 	static int we4_timer = 0;
  1982 	static int we4_timer = 0;
  1983 	int t = we4_timer + 1;
  1983 	int t = we4_timer + 1;
  1984 
  1984 
  1985 	if (t >= 100) {
  1985 	if (t >= 100) {
  1986 		for (wz = _last_z_window; wz != _z_windows;) {
  1986 		for (wz = _last_z_window; wz != _z_windows;) {
  1987 			CallWindowEventNP(*--wz, WE_4);
  1987 			CallWindowEventNP(*--wz, WE_100_TICKS);
  1988 		}
  1988 		}
  1989 		t = 0;
  1989 		t = 0;
  1990 	}
  1990 	}
  1991 	we4_timer = t;
  1991 	we4_timer = t;
  1992 
  1992