ecore_win32: simplify logic
authorVincent Torri <vincent.torri@gmail.com>
Sun, 29 Jun 2014 15:01:01 +0000 (17:01 +0200)
committerCedric BAIL <c.bail@partner.samsung.com>
Sun, 29 Jun 2014 17:56:50 +0000 (19:56 +0200)
commit42888dacac8839a1b0a16e993204487be5ef0671
tree09b856d15d51c6b2dc0117fe6c7f15605c486f49
parent45b518c07234016ea373efa3d27cee1f8bcc3d7d
ecore_win32: simplify logic

To avoid flickering, we have to manage WM_ERASEBKGND. This message
is sent because CS_HREDRAW and CS_VREDRAW are used when registering
the window class. So just omit CS_HREDRAW and CS_VREDRAW.
src/lib/ecore_win32/ecore_win32.c