mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +00:00
Made the pointer-ness of object handles explicit.
This commit is contained in:
+1
-1
@@ -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