Searched refs:hIcon (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowicons.h39 winDestroyIcon(HICON hIcon);
H A Dwinmultiwindowicons.c384 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 Dwintrayicon.c56 nid.hIcon = winTaskbarIcon();
59 pScreenPriv->hiconNotifyIcon = nid.hIcon;
H A Dwinmsgwindow.c110 wcx.hIcon = NULL;
H A Dwincreatewnd.c75 wc.hIcon = pScreenInfo->hIcon;
176 wc.hIcon = pScreenInfo->hIcon;
H A Dwindialogs.c165 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 Dwinmultiwindowwindow.c68 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 Dwinprocarg.c143 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 Dwinmultiwindowicons.c415 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 Dwintrayicon.c54 nid.hIcon = winTaskbarIcon ();
57 pScreenPriv->hiconNotifyIcon = nid.hIcon;
H A Dwinclipboardinit.c105 wc.hIcon = 0;
H A Dwinwin32rootlesswindow.c165 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 Dwinwindow.h168 winDestroyIcon(HICON hIcon);
H A Dwindialogs.c184 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 Dwinmultiwindowwindow.c73 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 Dwincreatewnd.c80 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 Dwgl_common.c105 window_class.hIcon = LoadIcon(NULL, IDI_APPLICATION);
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_init.c97 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 Dwindowsgl.c86 wc.hIcon = 0;
147 wc.hIcon = 0;
300 wc.hIcon = 0;
/xsrc/external/mit/MesaLib/dist/src/glx/windows/
H A Dwindowsgl.c86 wc.hIcon = 0;
147 wc.hIcon = 0;
300 wc.hIcon = 0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-gdi/
H A Dgraw_gdi.c92 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/graw-gdi/
H A Dgraw_gdi.c92 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_ext_pbuffer.c175 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_ext_pbuffer.c174 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);
/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
H A Dthread.c396 wc.hIcon = 0;

Completed in 17 milliseconds

12