Searched defs:mainwindow (Results 1 - 4 of 4) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dgl_vidnt.c90 HWND mainwindow, dibwindow; variable
275 mainwindow = dibwindow;
277 SendMessage (mainwindow, WM_SETICON, (WPARAM)TRUE, (LPARAM)hIcon);
278 SendMessage (mainwindow, WM_SETICON, (WPARAM)FALSE, (LPARAM)hIcon);
364 mainwindow = dibwindow;
366 SendMessage (mainwindow, WM_SETICON, (WPARAM)TRUE, (LPARAM)hIcon);
367 SendMessage (mainwindow, WM_SETICON, (WPARAM)FALSE, (LPARAM)hIcon);
443 SetForegroundWindow (mainwindow);
456 SetWindowPos (mainwindow, HWND_TOP, 0, 0, 0, 0,
460 SetForegroundWindow (mainwindow);
[all...]
H A Dvid_win.c36 HWND mainwindow; variable
162 if (GetWindowRect (mainwindow, &rect))
1318 mainwindow = CreateWindowEx (
1331 if (!mainwindow)
1335 MGL_registerFullScreenWindow (mainwindow);
1341 SetWindowLong(mainwindow, GWL_STYLE, WindowStyle | WS_VISIBLE);
1342 SetWindowLong(mainwindow, GWL_EXSTYLE, ExWindowStyle);
1345 if (!SetWindowPos (mainwindow,
1361 SetWindowPos (mainwindow, NULL, (int)vid_window_x.value,
1366 ShowWindow (mainwindow, SW_MINIMIZ
[all...]
/external/quake/quake/src/WinQuake/
H A Dgl_vidnt.cpp90 HWND mainwindow, dibwindow; variable
275 mainwindow = dibwindow;
277 SendMessage (mainwindow, WM_SETICON, (WPARAM)TRUE, (LPARAM)hIcon);
278 SendMessage (mainwindow, WM_SETICON, (WPARAM)FALSE, (LPARAM)hIcon);
364 mainwindow = dibwindow;
366 SendMessage (mainwindow, WM_SETICON, (WPARAM)TRUE, (LPARAM)hIcon);
367 SendMessage (mainwindow, WM_SETICON, (WPARAM)FALSE, (LPARAM)hIcon);
443 SetForegroundWindow (mainwindow);
456 SetWindowPos (mainwindow, HWND_TOP, 0, 0, 0, 0,
460 SetForegroundWindow (mainwindow);
[all...]
H A Dvid_win.cpp34 HWND mainwindow; variable
158 if (GetWindowRect (mainwindow, &rect))
1277 mainwindow = CreateWindowEx (
1290 if (!mainwindow)
1294 MGL_registerFullScreenWindow (mainwindow);
1300 SetWindowLong(mainwindow, GWL_STYLE, WindowStyle | WS_VISIBLE);
1301 SetWindowLong(mainwindow, GWL_EXSTYLE, ExWindowStyle);
1304 if (!SetWindowPos (mainwindow,
1320 SetWindowPos (mainwindow, NULL, (int)vid_window_x.value,
1325 ShowWindow (mainwindow, SW_MINIMIZ
[all...]

Completed in 131 milliseconds