From 3371a27391e828c6417e6d805572cf261b138785 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 3 Sep 2004 22:44:48 +0000 Subject: [project @ 2004-09-03 22:44:47 by bursa] Add generic bitmap functions. Move jpeg and mng code from riscos/ to image/ and update to use bitmap. Note: background tiling and drawfile export for jpeg and mng/png are broken. svn path=/import/netsurf/; revision=1265 --- desktop/browser.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'desktop/browser.h') diff --git a/desktop/browser.h b/desktop/browser.h index 51db1c8c6..ba0bd0e04 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -100,4 +100,9 @@ void history_forward(struct browser_window *bw, struct history *history); bool history_back_available(struct history *history); bool history_forward_available(struct history *history); +/* In platform specific schedule.c. */ +void schedule(int t, void (*callback)(void *p), void *p); +void schedule_remove(void (*callback)(void *p), void *p); +void schedule_run(void); + #endif -- cgit v1.2.3