Fix windowMin/Max to screenMin/Max for android, drm, template (#3400)

This commit is contained in:
ubkp
2023-10-11 14:29:21 -03:00
committed by GitHub
parent 61af8e7631
commit 6ed8acde67
4 changed files with 20 additions and 22 deletions

View File

@@ -127,8 +127,6 @@ typedef struct CoreData {
Point renderOffset; // Offset from render area (must be divided by 2)
Size screenMin; // Screen minimum width and height (for resizable window)
Size screenMax; // Screen maximum width and height (for resizable window)
Size windowMin; // Window minimum width and height
Size windowMax; // Window maximum width and height
Matrix screenScale; // Matrix to scale screen (framebuffer rendering)
char **dropFilepaths; // Store dropped files paths pointers (provided by GLFW)