Fix typo ...

LMAO: xcb stuff did not even compile because of this ... and how knows
how long it has been broken ...

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-08 08:19:30 +01:00
parent 11e0d67a71
commit 185e88ae72
1 changed files with 1 additions and 4 deletions

View File

@ -376,10 +376,7 @@ ecore_x_dnd_callback_pos_update_set(void (*cb)(void *, Ecore_X_Xdnd_Position *da
}
static Eina_Bool
_ecore_x_dnd_begin(Ecore_X_Window source,
Eina_Bool self;
unsigned char *data,
int size)
_ecore_x_dnd_begin(Ecore_X_Window source, Eina_Bool self, unsigned char *data, int size)
{
LOGFN(__FILE__, __LINE__, __FUNCTION__);