X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/71cea316bc59b175f891ae7eff259742e013563e..dade5f874b05c2263bbbe668a77021d487b0761b:/src/background.h diff --git a/src/background.h b/src/background.h index e12734b3..01e1bfde 100644 --- a/src/background.h +++ b/src/background.h @@ -25,7 +25,9 @@ #include #include -#include "vikstatus.h" +#include "vikwindow.h" + +G_BEGIN_DECLS typedef void(*vik_thr_free_func)(gpointer); typedef void(*vik_thr_func)(gpointer,gpointer); @@ -37,7 +39,9 @@ int a_background_testcancel ( gpointer callbackdata ); void a_background_show_window (); void a_background_init (); void a_background_uninit (); -void a_background_add_status(VikStatusbar *vs); -void a_background_remove_status(VikStatusbar *vs); +void a_background_add_window (VikWindow *vw); +void a_background_remove_window (VikWindow *vw); + +G_END_DECLS #endif