projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
824cb79
)
valgrind complain-- :
author
Carsten Haitzler
<raster@rasterman.com>
Mon, 26 Nov 2012 03:49:55 +0000
(
03:49
+0000)
committer
Carsten Haitzler
<raster@rasterman.com>
Mon, 26 Nov 2012 03:49:55 +0000
(
03:49
+0000)
SVN revision: 79665
src/bin/e_gadcon.c
patch
|
blob
|
history
diff --git
a/src/bin/e_gadcon.c
b/src/bin/e_gadcon.c
index 401997239eb6d608112177191af545e89c33fb09..6cc483ef542e14f1fcdc7a5fd7d92ba7c655a712 100644
(file)
--- a/
src/bin/e_gadcon.c
+++ b/
src/bin/e_gadcon.c
@@
-2299,7
+2299,7
@@
_e_gadcon_client_inject(E_Gadcon *gc, E_Gadcon_Client *gcc, int x, int y)
{
Eina_List *l;
E_Gadcon_Client *gcc2;
- Evas_Coord cx
, cy, cw, ch
;
+ Evas_Coord cx
= 0, cy = 0, cw = 0, ch = 0
;
int seq = 1;
/* Check if the gadcon client is in place */
@@
-2957,7
+2957,7
@@
_e_gadcon_cb_dnd_move(void *data, const char *type __UNUSED__, void *event)
E_Event_Dnd_Move *ev;
E_Gadcon *gc;
E_Gadcon_Client *gcc = NULL;
- int dx, dy = 0;
+ int dx
= 0
, dy = 0;
Evas_Object *o;
ev = event;