Searched refs:mainwindow (Results 1 - 14 of 14) sorted by relevance

/external/quake/quake/src/QW/client/
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...]
H A Dcd_win.c26 extern HWND mainwindow;
161 mciPlayParms.dwCallback = (DWORD)mainwindow;
207 mciGenericParms.dwCallback = (DWORD)mainwindow;
232 mciPlayParms.dwCallback = (DWORD)mainwindow;
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 Dwinquake.h62 extern HWND mainwindow;
H A Dsnd_win.c131 pDS->lpVtbl->SetCooperativeLevel (pDS, mainwindow, DSSCL_NORMAL);
263 if (DS_OK != pDS->lpVtbl->SetCooperativeLevel (pDS, mainwindow, DSSCL_EXCLUSIVE))
338 if (DS_OK != pDS->lpVtbl->SetCooperativeLevel (pDS, mainwindow, DSSCL_WRITEPRIMARY))
H A Dcl_main.c413 SetWindowText (mainwindow, "QuakeWorld: disconnected");
842 ShowWindow (mainwindow, SW_RESTORE);
843 SetForegroundWindow (mainwindow);
1039 // ShowWindow(mainwindow, SW_MINIMIZE);
1041 SendMessage(mainwindow, WM_SYSKEYUP, VK_TAB, 1 | (0x0F << 16) | (1<<29));
H A Dcl_pred.c151 SetWindowText (mainwindow, text);
H A Din_win.c248 SetCapture (mainwindow);
393 hr = IDirectInputDevice_SetCooperativeLevel(g_pMouse, mainwindow,
/external/quake/quake/src/WinQuake/
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...]
H A Dcd_win.cpp26 extern HWND mainwindow;
161 mciPlayParms.dwCallback = (DWORD)mainwindow;
207 mciGenericParms.dwCallback = (DWORD)mainwindow;
232 mciPlayParms.dwCallback = (DWORD)mainwindow;
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 Dwinquake.h61 extern HWND mainwindow;
H A Dsnd_win.cpp133 pDS->lpVtbl->SetCooperativeLevel (pDS, mainwindow, DSSCL_NORMAL);
265 if (DS_OK != pDS->lpVtbl->SetCooperativeLevel (pDS, mainwindow, DSSCL_EXCLUSIVE))
340 if (DS_OK != pDS->lpVtbl->SetCooperativeLevel (pDS, mainwindow, DSSCL_WRITEPRIMARY))
H A Din_win.cpp249 SetCapture (mainwindow);
394 hr = IDirectInputDevice_SetCooperativeLevel(g_pMouse, mainwindow,

Completed in 349 milliseconds