diff --git a/src/include/video.h b/src/include/video.h index b0f79db40..838b03fbf 100644 --- a/src/include/video.h +++ b/src/include/video.h @@ -351,6 +351,9 @@ extern unsigned AllocatedGraphicMemory; /// Allocated memory for objects extern unsigned CompressedGraphicMemory;/// memory for compressed objects #endif + // 1 if mouse cursor is inside main window, else 0 +extern int InMainWindow; + /** ** Wanted videomode, fullscreen or windowed. */