Ecore_Wayland: Test for a valid surface before we try to process the

pointer_enter event.



SVN revision: 74419
This commit is contained in:
Christopher Michael 2012-07-26 07:23:32 +00:00
parent 1a29347d39
commit 3e61fd8917
1 changed files with 1 additions and 0 deletions

View File

@ -623,6 +623,7 @@ _ecore_wl_input_cb_pointer_enter(void *data, struct wl_pointer *pointer __UNUSED
LOGFN(__FILE__, __LINE__, __FUNCTION__);
if (!surface) return;
if (!(input = data)) return;
if (!input->timestamp)