summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-03-23 22:27:33 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-03-23 22:27:33 +0000
commit861b5b4953541c1a5654bd57e874f68524c3f47a (patch)
tree889a7942fdac00d663c30c6b853a77616a79c7a7 /amiga/gui.h
parent5e898e5a922359878d0386b183eb0914e3ae657f (diff)
downloadnetsurf-861b5b4953541c1a5654bd57e874f68524c3f47a.tar.gz
netsurf-861b5b4953541c1a5654bd57e874f68524c3f47a.tar.bz2
Factor Amiga theme-related code out to a new file. This includes all throbber and
mouse pointer code (which are "theme modifiable") as well as normal theme reading code. svn path=/trunk/netsurf/; revision=10145
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 14bf794ce..5509c0314 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -74,10 +74,6 @@ enum
GID_LAST
};
-#define AMI_GUI_POINTER_BLANK GUI_POINTER_PROGRESS+1
-#define AMI_GUI_POINTER_DRAG GUI_POINTER_PROGRESS+2
-#define AMI_LASTPOINTER AMI_GUI_POINTER_DRAG
-
struct find_window;
struct history_window;
@@ -127,10 +123,8 @@ struct gui_window
};
void ami_get_msg(void);
-void ami_update_pointer(struct Window *win, gui_pointer_shape shape);
void ami_close_all_tabs(struct gui_window_2 *gwin);
void ami_quit_netsurf(void);
-void ami_get_theme_filename(char *filename,char *themestring);
void ami_do_redraw(struct gui_window_2 *g);
STRPTR ami_locale_langs(void);