Moved credits from win32_window.c to CONTRIBUTORS.md

This commit is contained in:
GamesTrap 2023-03-14 14:54:00 +01:00
parent de81fae268
commit 528dcc45f8
No known key found for this signature in database
GPG Key ID: 31DFD452434ECDA3
2 changed files with 1 additions and 4 deletions

View File

@ -190,6 +190,7 @@ video tutorials.
- Martin Pulec
- Guillaume Racicot
- Christian Rauch
- Simon Richter
- Philip Rideout
- Eddie Ringle
- Max Risuhin

View File

@ -1718,8 +1718,6 @@ static void CleanupBadgeData(HWND hWnd, BadgeData* data)
static HICON GenerateTextBadgeIcon(HWND hWnd, WCHAR* text)
{
//Credits to GyrosGeier for helping with transparency
BadgeData badgeData;
void* bits = NULL;
@ -1890,8 +1888,6 @@ static HICON GenerateTextBadgeIcon(HWND hWnd, WCHAR* text)
static HICON GenerateGenericBadgeIcon(HWND hWnd)
{
//Credits to GyrosGeier for helping with transparency
BadgeData badgeData;
void* bits = NULL;