summaryrefslogtreecommitdiff
path: root/src/bin/e_bg.h
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2005-06-30 10:43:21 +0000
committerCarsten Haitzler <raster@rasterman.com>2005-06-30 10:43:21 +0000
commit22534090d3ba9c78b605a2e428406f648bb92f28 (patch)
treebb5af35b56defa78ae36f3844890854eb8e129fd /src/bin/e_bg.h
parentc4f7be5822fad6b81097df9d63d5fb2c1614d649 (diff)
downloadenlightenment-22534090d3ba9c78b605a2e428406f648bb92f28.tar.gz
and now u can set different bg's for different desktops.. and it "just works"
(tm) currently defautt transition is a sinusiodal crossfade - it can be a bit sluggish on big screens or slow machines. need to be able to configure that. SVN revision: 15575
Diffstat (limited to 'src/bin/e_bg.h')
-rw-r--r--src/bin/e_bg.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bin/e_bg.h b/src/bin/e_bg.h
index 1ab0f93e3b..0db7c0cf25 100644
--- a/src/bin/e_bg.h
+++ b/src/bin/e_bg.h
@@ -21,7 +21,10 @@ typedef enum {
#ifndef E_BG_H
#define E_BG_H
-void e_bg_zone_update(E_Zone *zone, E_Bg_Transition transition);
+EAPI void e_bg_zone_update(E_Zone *zone, E_Bg_Transition transition);
+EAPI void e_bg_add(int container, int zone, char *desk, char *file);
+EAPI void e_bg_del(int container, int zone, char *desk);
+EAPI void e_bg_update(void);
#endif
#endif