From a59c3cba6efdd19f03c942004d822cfa4e6c3fd3 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 30 May 2014 21:17:34 +0200 Subject: [PATCH] (D3D PC) Add quitting variable --- gfx/d3d9/d3d9.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/d3d9/d3d9.hpp b/gfx/d3d9/d3d9.hpp index 4db9de2beb..824b1739a7 100644 --- a/gfx/d3d9/d3d9.hpp +++ b/gfx/d3d9/d3d9.hpp @@ -91,6 +91,7 @@ typedef struct d3d_video const d3d_font_renderer_t *font_ctx; const gfx_ctx_driver_t *ctx_driver; bool should_resize; + bool quitting; #ifdef HAVE_WINDOW WNDCLASSEX windowClass;