mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
How exactly did I manage to remove that? Well, now it's back!
This commit is contained in:
parent
e84ade32ac
commit
0d74163c21
@ -1756,7 +1756,7 @@ void _glfwSetWindowTaskbarBadgeWin32(_GLFWwindow* window, int count)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO: should probably set the alt text too. Integer as text is better than nothing. Use the same string for the icon and alt text in the string version.
|
// TODO: should probably set the alt text too. Integer as text is better than nothing. Use the same string for the icon and alt text in the string version.
|
||||||
res = window->win32.taskbarList->lpVtbl-> (window->win32.taskbarList, window->win32.handle, icon, TEXT(""));
|
res = window->win32.taskbarList->lpVtbl->SetOverlayIcon(window->win32.taskbarList, window->win32.handle, icon, TEXT(""));
|
||||||
|
|
||||||
if(icon)
|
if(icon)
|
||||||
DestroyIcon(icon);
|
DestroyIcon(icon);
|
||||||
|
Loading…
Reference in New Issue
Block a user