Home | History | Annotate | Download | only in client

Lines Matching full:trect

2347 	RECT	trect;

2364 GetWindowRect (mainwindow, &trect);
2366 if ((trect.left != (int)vid_window_x.value) ||
2367 (trect.top != (int)vid_window_y.value))