added possibilty to configure in Control Panel
[livewp] / applet / src / livewp-settings.h
index 19ec23a..8c97a63 100644 (file)
@@ -23,8 +23,9 @@
 */
 /*******************************************************************************/
 #include "livewp-common.h"
-void lw_settings(GtkWidget *widget, Animation_WallpaperPrivate *priv);
+void lw_settings(Animation_WallpaperPrivate *priv, gpointer data);
 void save_config(Animation_WallpaperPrivate *priv);
 void reload_scene(AWallpaperPlugin *desktop_plugin);
 GtkWidget* create_settings(void);
+void show_settings(GtkWidget *widget, Animation_WallpaperPrivate *priv);