els_tooltip.c: Initialize px and py to zero
authorDaniel Willmann <d.willmann@samsung.com>
Tue, 11 Jun 2013 11:46:04 +0000 (12:46 +0100)
committerDaniel Willmann <d.willmann@samsung.com>
Tue, 11 Jun 2013 11:48:48 +0000 (12:48 +0100)
commitec06d04b29454e1d1008525812bc43c4aa4c08ed
tree6f576b1da905a9b49a8272f74eb90ad9c249a17e
parent3112de826b33ffb847c8df827f172772f2f0ef96
els_tooltip.c: Initialize px and py to zero

px and py might not be set if X support is not compiled in and
ecore_x_pointer_xy_get() is not called. In that case make sure they are
not used uninitialized.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
src/lib/els_tooltip.c