Lines Matching defs:Windows
29 * Port to windows by Michal Krol.
33 #include <windows.h>
56 static struct window Windows[MAX_WINDOWS];
93 Resize(&Windows[index], r.right, r.bottom);
174 struct window *win = &Windows[NumWindows];
410 win = &Windows[tia->id];
419 WaitForSingleObject(Windows[tia->id - 1].hEventInitialised, INFINITE);
450 WaitForSingleObject(Windows[NumWindows - 1].hEventInitialised, INFINITE);
519 /* four windows and contexts sharing display lists and texture objects */
526 Windows[i].hEventInitialised = CreateEvent(NULL, TRUE, FALSE, NULL);
535 WaitForSingleObject(Windows[i].hEventInitialised, INFINITE);