| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowicons.h | 39 winDestroyIcon(HICON hIcon);
|
| H A D | winmultiwindowicons.c | 384 HICON hIcon = NULL; local in function:winXIconToHICON 442 hIcon = NetWMToWinIcon(bpp, icon); 452 if (!hIcon && biggest_icon) { 457 hIcon = NetWMToWinIcon(bpp, biggest_icon); 464 if (!hIcon) { 556 hIcon = CreateIconIndirect(&ii); 576 return hIcon; 586 HICON hIcon, hIconSmall = NULL, hIconOld; local in function:winUpdateIcon 591 hIcon = hIconNew; 597 hIcon 648 HICON hIcon, hSmallIcon; local in function:winSelectIcons 664 winDestroyIcon(HICON hIcon) argument [all...] |
| H A D | wintrayicon.c | 56 nid.hIcon = winTaskbarIcon(); 59 pScreenPriv->hiconNotifyIcon = nid.hIcon;
|
| H A D | winmsgwindow.c | 110 wcx.hIcon = NULL;
|
| H A D | wincreatewnd.c | 75 wc.hIcon = pScreenInfo->hIcon; 176 wc.hIcon = pScreenInfo->hIcon;
|
| H A D | windialogs.c | 165 HICON hIcon, hIconSmall; local in function:winInitDialog 205 hIcon = g_hIconX; 207 hIcon = LoadIcon(g_hInstance, MAKEINTRESOURCE(IDI_XWIN)); 217 PostMessage(hwndDlg, WM_SETICON, ICON_BIG, (LPARAM) hIcon);
|
| H A D | winmultiwindowwindow.c | 68 HICON hIcon, hIconSmall; local in function:winInitMultiWindowClass 71 winSelectIcons(&hIcon, &hIconSmall); 80 wcx.hIcon = hIcon; 625 HICON hIcon; local in function:winDestroyWindowsWindow 638 hIcon = (HICON) SendMessage(pWinPriv->hWnd, WM_GETICON, ICON_BIG, 0); 648 winDestroyIcon(hIcon);
|
| H A D | winprocarg.c | 143 defaultScreenInfo.hIcon = (HICON) 1072 screenInfoPtr->hIcon = LoadImageComma(iconspec, NULL, 1080 if ((screenInfoPtr->hIcon == NULL) ||
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowicons.c | 415 HICON hIcon = NULL; local in function:winXIconToHICON 513 hIcon = CreateIconIndirect (&ii); 524 return hIcon; 538 HICON hIcon, hIconSmall=NULL, hIconOld; local in function:winUpdateIcon 545 hIcon = winOverrideIcon ((unsigned long)pWin); 546 if (!hIcon) { 547 hIcon = winXIconToHICON (pWin, GetSystemMetrics(SM_CXICON)); 548 if (!hIcon) { 549 hIcon = g_hIconX; 559 WM_SETICON, ICON_BIG, (LPARAM) hIcon); 602 HICON hIcon, hSmallIcon; local in function:winSelectIcons 633 winDestroyIcon(HICON hIcon) argument [all...] |
| H A D | wintrayicon.c | 54 nid.hIcon = winTaskbarIcon (); 57 pScreenPriv->hiconNotifyIcon = nid.hIcon;
|
| H A D | winclipboardinit.c | 105 wc.hIcon = 0;
|
| H A D | winwin32rootlesswindow.c | 165 HICON hIcon, hiconOld; local in function:winMWExtWMUpdateIcon 168 hIcon = winOverrideIcon ((unsigned long)pWin); 170 if (!hIcon) 171 hIcon = winXIconToHICON (pWin, GetSystemMetrics(SM_CXICON)); 173 if (hIcon) 182 WM_SETICON, ICON_BIG, (LPARAM) hIcon); 185 hIcon=NULL;
|
| H A D | winwindow.h | 168 winDestroyIcon(HICON hIcon);
|
| H A D | windialogs.c | 184 HICON hIcon, hIconSmall; local in function:winInitDialog 225 if (g_hIconX) hIcon=g_hIconX; 228 hIcon = LoadIcon (g_hInstance, MAKEINTRESOURCE(IDI_XWIN)); 240 PostMessage (hwndDlg, WM_SETICON, ICON_BIG, (LPARAM) hIcon);
|
| H A D | winmultiwindowwindow.c | 73 wcx.hIcon = g_hIconX; 491 HICON hIcon; local in function:winCreateWindowsWindow 560 winSelectIcons(pWin, &hIcon, &hIconSmall); 561 if (hIcon) SendMessage (hWnd, WM_SETICON, ICON_BIG, (LPARAM) hIcon);
|
| H A D | wincreatewnd.c | 80 wc.hIcon = (HICON)LoadImage (g_hInstance, MAKEINTRESOURCE(IDI_XWIN), IMAGE_ICON, 208 wc.hIcon = (HICON)LoadImage (g_hInstance, MAKEINTRESOURCE(IDI_XWIN), IMAGE_ICON,
|
| /xsrc/external/mit/libepoxy/dist/test/ |
| H A D | wgl_common.c | 105 window_class.hIcon = LoadIcon(NULL, IDI_APPLICATION);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_init.c | 97 wc.hIcon = LoadIcon(hInstance, "GLUT_ICON"); 104 if(!wc.hIcon) 105 wc.hIcon = LoadIcon(NULL, IDI_WINLOGO);
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/windows/ |
| H A D | windowsgl.c | 86 wc.hIcon = 0; 147 wc.hIcon = 0; 300 wc.hIcon = 0;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/windows/ |
| H A D | windowsgl.c | 86 wc.hIcon = 0; 147 wc.hIcon = 0; 300 wc.hIcon = 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-gdi/ |
| H A D | graw_gdi.c | 92 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/graw-gdi/ |
| H A D | graw_gdi.c | 92 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_ext_pbuffer.c | 175 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_ext_pbuffer.c | 174 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/ |
| H A D | thread.c | 396 wc.hIcon = 0;
|