X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=applet%2Fsrc%2Flivewp-config.h;h=5f164b4a6e561e89c8b2de75d9cb26ed8c1651ad;hb=583e3b0645ef4ada899c0d627c2fb393ba21d92b;hp=058fff56d7466bc2d215b526fc008a9d959bd439;hpb=7264e85270de920ee32008513759f47dc1520b50;p=livewp diff --git a/applet/src/livewp-config.h b/applet/src/livewp-config.h index 058fff5..5f164b4 100644 --- a/applet/src/livewp-config.h +++ b/applet/src/livewp-config.h @@ -7,8 +7,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 @@ -29,8 +29,10 @@ #define GCONF_KEY_PREFIX "/apps/maemo/livewp" #define GCONF_KEY_THEME GCONF_KEY_PREFIX"/theme" +#define GCONF_KEY_ONE_IN_ALL_VIEW GCONF_KEY_PREFIX"/one_in_all_view" #define GCONF_KEY_RANIMATION GCONF_KEY_PREFIX"/rich_animation" -#define GCONF_KEY_ADDIONAL_STRING_1 GCONF_KEY_PREFIX"/additional_string_1" +#define GCONF_KEY_ADDITIONAL_STRING_1 GCONF_KEY_PREFIX"/additional_string_1" +#define GCONF_KEY_ADDITIONAL_BOOL_1 GCONF_KEY_PREFIX"/additional_bool_1" void init_scene_Modern(AWallpaperPlugin *desktop_plugin); void init_scene_Berlin(AWallpaperPlugin *desktop_plugin); void init_scene_Matrix(AWallpaperPlugin *desktop_plugin); @@ -38,9 +40,13 @@ 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 init_scene_Conky(AWallpaperPlugin *desktop_plugin); gint read_config(Animation_WallpaperPrivate *priv); void save_config(Animation_WallpaperPrivate *priv); void fill_priv(Animation_WallpaperPrivate *priv); gint current_active_view(void); GSList * get_list_exthemes(void); +void save_one_in_all_views_to_config(gboolean one_in_all_views); +gboolean get_one_in_all_views_from_config(void); + #endif