Home
last modified time | relevance | path

Searched refs:icon_path (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/ports/win32/src/
Dgx_win32_display_driver.c234 static char icon_path[MAX_PATH]; variable
585 icon_path[0] = 0; in gx_win32_get_icon_path()
592 RegQueryValueEx(key, NULL, 0, &type, (BYTE *)icon_path, &size); in gx_win32_get_icon_path()
595 if (icon_path[0]) in gx_win32_get_icon_path()
597 strcat_s(icon_path, MAX_PATH, "\\"); in gx_win32_get_icon_path()
600 strcat_s(icon_path, MAX_PATH, "graphics\\system_png\\guix_1616icon.ico"); in gx_win32_get_icon_path()
1411 wndclass.hIcon = (HICON)LoadImage(NULL, icon_path, IMAGE_ICON, 0, 0, LR_LOADFROMFILE); in gx_win32_window_create()