X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=applet%2Fsrc%2Flivewp-scene.h;h=7ab9b161e5aff0e8060d8de917a2866db18c6ba2;hb=67ad3fe0e3a8715d861279e5da8a35806aab124c;hp=303233e16962a98f26bbd191703cce55612e257a;hpb=8412b04e1562d7edf67ce011d57bc96852728daf;p=livewp diff --git a/applet/src/livewp-scene.h b/applet/src/livewp-scene.h index 303233e..7ab9b16 100644 --- a/applet/src/livewp-scene.h +++ b/applet/src/livewp-scene.h @@ -6,8 +6,8 @@ * for the code * * This software is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * * This software is distributed in the hope that it will be useful, but @@ -28,12 +28,13 @@ #include "livewp-common.h" #include "livewp-actor.h" #include +#include #include "livewp-rules.h" #include +#include +#include - - - +void fill_priv(Animation_WallpaperPrivate *priv); void destroy_scene(AWallpaperPlugin *desktop_plugin); void reload_scene(AWallpaperPlugin *desktop_plugin); void run_long_timeout(AWallpaperPlugin *desktop_plugin); @@ -41,6 +42,11 @@ void reload_scene(AWallpaperPlugin *desktop_plugin); void init_scene_Modern(AWallpaperPlugin *desktop_plugin); void init_scene_Berlin(AWallpaperPlugin *desktop_plugin); void init_scene_Matrix(AWallpaperPlugin *desktop_plugin); +void init_scene_Accel(AWallpaperPlugin *desktop_plugin); +void init_scene_Video(AWallpaperPlugin *desktop_plugin); +void init_scene_External(AWallpaperPlugin *desktop_plugin); void init_scene_theme(AWallpaperPlugin *desktop_plugin); +void create_hildon_actor_text(Actor *actor, AWallpaperPlugin *desktop_plugin); +void set_live_bg (Display *display, Window xwindow, int mode); #endif