diff --git a/src/rcore.c b/src/rcore.c index e68a9a7d5..045e63a4e 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -283,6 +283,8 @@ typedef struct CoreData { Size screenMax; // Screen maximum width and height (for resizable window) Matrix screenScale; // Matrix to scale screen (framebuffer rendering) + int lastAssociatedMonitorIndex; // Contains the last monitor index selected using `SetWindowMonitor()` (required by Wayland backend) + char **dropFilepaths; // Store dropped files paths pointers (provided by GLFW) unsigned int dropFileCount; // Count dropped files strings