mirror of
https://github.com/glfw/glfw.git
synced 2024-11-25 22:14:34 +00:00
Moved credits from win32_window.c to CONTRIBUTORS.md
This commit is contained in:
parent
de81fae268
commit
528dcc45f8
@ -190,6 +190,7 @@ video tutorials.
|
|||||||
- Martin Pulec
|
- Martin Pulec
|
||||||
- Guillaume Racicot
|
- Guillaume Racicot
|
||||||
- Christian Rauch
|
- Christian Rauch
|
||||||
|
- Simon Richter
|
||||||
- Philip Rideout
|
- Philip Rideout
|
||||||
- Eddie Ringle
|
- Eddie Ringle
|
||||||
- Max Risuhin
|
- Max Risuhin
|
||||||
|
@ -1718,8 +1718,6 @@ static void CleanupBadgeData(HWND hWnd, BadgeData* data)
|
|||||||
|
|
||||||
static HICON GenerateTextBadgeIcon(HWND hWnd, WCHAR* text)
|
static HICON GenerateTextBadgeIcon(HWND hWnd, WCHAR* text)
|
||||||
{
|
{
|
||||||
//Credits to GyrosGeier for helping with transparency
|
|
||||||
|
|
||||||
BadgeData badgeData;
|
BadgeData badgeData;
|
||||||
|
|
||||||
void* bits = NULL;
|
void* bits = NULL;
|
||||||
@ -1890,8 +1888,6 @@ static HICON GenerateTextBadgeIcon(HWND hWnd, WCHAR* text)
|
|||||||
|
|
||||||
static HICON GenerateGenericBadgeIcon(HWND hWnd)
|
static HICON GenerateGenericBadgeIcon(HWND hWnd)
|
||||||
{
|
{
|
||||||
//Credits to GyrosGeier for helping with transparency
|
|
||||||
|
|
||||||
BadgeData badgeData;
|
BadgeData badgeData;
|
||||||
|
|
||||||
void* bits = NULL;
|
void* bits = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user