From 0a72ce0110cebe46902872d710501d916b6a908b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 22 Apr 2018 08:12:42 -0700 Subject: [PATCH] Cleanup. --- include/bgfx/c99/bgfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bgfx/c99/bgfx.h b/include/bgfx/c99/bgfx.h index 623e26888..f95694046 100644 --- a/include/bgfx/c99/bgfx.h +++ b/include/bgfx/c99/bgfx.h @@ -596,7 +596,7 @@ typedef struct bgfx_resolution_s { uint32_t width; uint32_t height; - uint32_t flags; + uint32_t reset; } bgfx_resolution_t;