We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac5002 commit 027553eCopy full SHA for 027553e
virgo.c
@@ -72,7 +72,7 @@ static HICON trayicon_draw(Trayicon *t, char *text, int len)
72
SetTextColor(hdcMem, RGB(0x00, 0xFF, 0x00));
73
TextOut(hdcMem, t->bitmapWidth / 4, 0, text, len);
74
SelectObject(hdcMem, hOldBitMap);
75
- hOldBitMap = NULL;
+ hOldBitMap = NULL;
76
hIcon = CreateIconIndirect(&iconInfo);
77
DeleteObject(SelectObject(hdcMem, hFont));
78
DeleteDC(hdcMem);
0 commit comments