Software gdi: fix build on Windows.

Summary:
Function argument was renamed, but in function body still uses old
variable name.

Test Plan: Build on Windows host

Reviewers: cedric, vtorri

Reviewed By: vtorri

Subscribers: jpeg

Tags: #windows, #efl

Differential Revision: https://phab.enlightenment.org/D5152
This commit is contained in:
Mykyta Biliavskyi 2017-09-01 13:50:34 +03:00
parent 9836116cab
commit 8c4e4811fd
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ eng_output_setup(void *engine, void *in, unsigned int w, unsigned int h)
if (w <= 0)
w = 1;
if (height <= 0)
if (h <= 0)
h = 1;
ob = evas_software_gdi_outbuf_setup(w, h,