ecore_win32: fix typo.

This commit is contained in:
Cedric BAIL 2014-06-29 19:56:12 +02:00
parent 7754f3e87f
commit 45b518c072
1 changed files with 1 additions and 2 deletions

View File

@ -456,8 +456,7 @@ _ecore_win32_window_procedure(HWND window,
{
PAINTSTRUCT ps;
/* No need to get a variable, just checking if it succeed HDC hdc; */
if (!BeginPaint(window, &ps))
if (BeginPaint(window, &ps))
{
data->update = rect;
_ecore_win32_event_handle_expose(data);