HomeSort by relevance Sort by last modified time
    Searched defs:mainwindow (Results 1 - 4 of 4) sorted by null

  /external/quake/quake/src/QW/client/
gl_vidnt.c 90 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...]
vid_win.c 36 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_MINIMIZE);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidnt.cpp 90 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...]
vid_win.cpp 34 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_MINIMIZE);
    [all...]

Completed in 1714 milliseconds