Ecore_WinCE: do not erase a window background

SVN revision: 57186
This commit is contained in:
Vincent Torri 2011-02-20 10:02:23 +00:00
parent 4bf163a1e4
commit d369f11365
2 changed files with 3 additions and 0 deletions

View File

@ -47,3 +47,4 @@
* Ecore_Win32: improve resize of windows and fix key up event for
the 'space' key.
* Ecore_WinCE: do not erase a window background

View File

@ -141,6 +141,8 @@ _ecore_wince_window_procedure(HWND window,
_ecore_wince_event_handle_delete_request(data);
break;
/* GDI notifications */
case WM_ERASEBKGND:
return 1;
case WM_PAINT:
{
PAINTSTRUCT paint;