]> git.street.me.uk Git - andy/viking.git/blobdiff - src/background.h
[DOC] Some help detail about keyboard shortcuts.
[andy/viking.git] / src / background.h
index e12734b331e0b9874a254b325a44d03b5fae215d..d9f05a107f4521ceee5b3b60a69f9e1ca9586f1c 100644 (file)
@@ -25,7 +25,7 @@
 #include <glib.h>
 #include <gtk/gtk.h>
 
-#include "vikstatus.h"
+#include "vikwindow.h"
 
 typedef void(*vik_thr_free_func)(gpointer);
 typedef void(*vik_thr_func)(gpointer,gpointer);
@@ -37,7 +37,7 @@ 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);
 
 #endif