mirror of
https://github.com/glfw/glfw.git
synced 2026-08-28 08:45:53 +02:00
Made the pointer-ness of object handles explicit.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
typedef struct
|
||||
{
|
||||
GLFWwindow window;
|
||||
GLFWwindow* window;
|
||||
const char* title;
|
||||
float r, g, b;
|
||||
thrd_t id;
|
||||
|
||||
Reference in New Issue
Block a user