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:
57c6db0
)
fix warnings
author
Hannes Janetzek
<hannes.janetzek@gmail.com>
Mon, 21 Sep 2009 20:19:14 +0000
(20:19 +0000)
committer
Hannes Janetzek
<hannes.janetzek@gmail.com>
Mon, 21 Sep 2009 20:19:14 +0000
(20:19 +0000)
SVN revision: 42606
src/bin/e_shelf.c
patch
|
blob
|
history
diff --git
a/src/bin/e_shelf.c
b/src/bin/e_shelf.c
index de1661fc1d9bf435333857363f5dff67cb02749c..45c33717d1c3bedb0699d412d5a0d1686838b7c4 100644
(file)
--- a/
src/bin/e_shelf.c
+++ b/
src/bin/e_shelf.c
@@
-1564,6
+1564,10
@@
_e_shelf_cb_hide_animator(void *data)
hide_max = es->w - es->hidden_state_size;
if (es->hide_origin == -1) es->hide_origin = es->x;
break;
+ case E_GADCON_ORIENT_FLOAT:
+ case E_GADCON_ORIENT_HORIZ:
+ case E_GADCON_ORIENT_VERT:
+ break;
}
step = (hide_max / e_config->framerate) / es->cfg->hide_duration;
@@
-1614,6
+1618,10
@@
_e_shelf_cb_hide_animator(void *data)
case E_GADCON_ORIENT_CORNER_RT:
e_shelf_move(es, es->hide_origin + es->hide_step, es->y);
break;
+ case E_GADCON_ORIENT_FLOAT:
+ case E_GADCON_ORIENT_HORIZ:
+ case E_GADCON_ORIENT_VERT:
+ break;
}
return 1;