From e5f327edda9599e790e2fd3a23fbd4e3710f9b77 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 7 Jan 2016 01:11:26 +0100 Subject: [PATCH] N/A --- gfx/drivers_context/d3d_ctx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers_context/d3d_ctx.cpp b/gfx/drivers_context/d3d_ctx.cpp index 37c7c813b1..d76dab7cc2 100644 --- a/gfx/drivers_context/d3d_ctx.cpp +++ b/gfx/drivers_context/d3d_ctx.cpp @@ -53,7 +53,7 @@ static bool gfx_ctx_d3d_set_resize(void *data, unsigned new_width, unsigned new_ d3d_video_t *d3d = (d3d_video_t*)curD3D; if (!d3d->dev) - return; + return false; /* No changes? */ if (new_width == d3d->video_info.width && new_height == d3d->video_info.height)