From 80ece5f272635a5b07850343109f17292b7717bd Mon Sep 17 00:00:00 2001 From: Vikram Narayanan Date: Mon, 15 Oct 2012 04:53:18 +0000 Subject: [PATCH] ecore ecore_directfb.c: Use correct structure. Patch by Vikram Narayanan From: Vikram Narayanan Date: Sun, 14 Oct 2012 22:57:05 +0530 Subject: [PATCH] ecore/ecore_directfb: Fix a pedantic bug Though someone can argue it is correct, (as the two structures have the same size and numbers) it gives a room for a little confusion. Fix this. Signed-off-by: Vikram Narayanan SVN revision: 77971 --- legacy/ecore/src/lib/ecore_directfb/ecore_directfb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore_directfb/ecore_directfb.c b/legacy/ecore/src/lib/ecore_directfb/ecore_directfb.c index 7c56b5dba0..b00333f20f 100644 --- a/legacy/ecore/src/lib/ecore_directfb/ecore_directfb.c +++ b/legacy/ecore/src/lib/ecore_directfb/ecore_directfb.c @@ -67,7 +67,7 @@ static DFBResult _err; // useful for DFBCHECK static void _ecore_directfb_event_free_key_down(void *data __UNUSED__, void *ev) { - Ecore_DirectFB_Event_Key_Up *e; + Ecore_DirectFB_Event_Key_Down *e; e = ev; if(e->name)