mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Fix parameter type of setWindowTaskbarBadgeString in internal.h
This commit is contained in:
parent
cf2d81d116
commit
96492508b0
@ -708,7 +708,7 @@ struct _GLFWplatform
|
||||
void (*setWindowIcon)(_GLFWwindow*,int,const GLFWimage*);
|
||||
void (*setWindowTaskbarProgress)(_GLFWwindow*,const int,double);
|
||||
void (*setWindowTaskbarBadge)(_GLFWwindow*,int);
|
||||
void (*setWindowTaskbarBadgeString)(_GLFWwindow*,int);
|
||||
void (*setWindowTaskbarBadgeString)(_GLFWwindow*,const char* string);
|
||||
void (*getWindowPos)(_GLFWwindow*,int*,int*);
|
||||
void (*setWindowPos)(_GLFWwindow*,int,int);
|
||||
void (*getWindowSize)(_GLFWwindow*,int*,int*);
|
||||
|
Loading…
Reference in New Issue
Block a user