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)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 20 Jun 2013 12:30:27 +0000 (21:30 +0900)
commit219496ccc442d103b07ade4bfbce309ba2b2efc7
tree0363485b768f8c40c9fcb14fd361f5a7a07f2c2b
parent8f9b124d7041e5cc8944767721d0b30735865327
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.

Backport ec06d04b29454e1d1008525812bc43c4aa4c08ed

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