Hey Guys!
Just fixing not declarated variable and some little things.
BR,
--
Fabiano Fidêncio
ProFUSION embedded systems
http://www.profusion.mobi
Index: src/lib/ecore_x/xlib/ecore_x_events.c
===================================================================
--- src/lib/ecore_x/xlib/ecore_x_events.c (revision 45257)
+++ src/lib/ecore_x/xlib/ecore_x_events.c (working copy)
@@ -482,7 +482,7 @@
case XI_ButtonPress:
_ecore_mouse_button
(ECORE_EVENT_MOUSE_BUTTON_DOWN,
- (evd->time,
+ evd->time,
0, // state
0, // button
evd->event_x, evd->event_y,
@@ -503,7 +503,7 @@
case XI_ButtonRelease:
_ecore_mouse_button
(ECORE_EVENT_MOUSE_BUTTON_UP,
- (evd->time,
+ evd->time,
0, // state
0, // button
evd->event_x, evd->event_y,
Index: src/lib/ecore_x/xlib/ecore_x_xi2.c
===================================================================
--- src/lib/ecore_x/xlib/ecore_x_xi2.c (revision 45257)
+++ src/lib/ecore_x/xlib/ecore_x_xi2.c (working copy)
@@ -65,7 +65,7 @@
if (!_ecore_x_xi2_devs) return 0;
- for (i = 0; i < num; i++)
+ for (i = 0; i < _ecore_x_xi2_num; i++)
{
XIDeviceInfo *dev = &(_ecore_x_xi2_devs[i]);
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel