Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/896e531a7fb6874a0a52de746ea8f783a5f9b441
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/896e531a7fb6874a0a52de746ea8f783a5f9b441
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/896e531a7fb6874a0a52de746ea8f783a5f9b441

The branch, master has been updated
       via  896e531a7fb6874a0a52de746ea8f783a5f9b441 (commit)
      from  944d8fc412241e278b6302d9498925bea6ce9657 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=896e531a7fb6874a0a52de746ea8f783a5f9b441
commit 896e531a7fb6874a0a52de746ea8f783a5f9b441
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>

    fix os3 build

diff --git a/frontends/amiga/ctxmenu.h b/frontends/amiga/ctxmenu.h
index 39a8387..76beff5 100644
--- a/frontends/amiga/ctxmenu.h
+++ b/frontends/amiga/ctxmenu.h
@@ -87,7 +87,7 @@ inline void ami_ctxmenu_free(void) {}
 inline struct Hook *ami_ctxmenu_get_hook(APTR data) {return NULL;}
 inline void ami_ctxmenu_release_hook(struct Hook *hook) {}
 inline struct Menu *ami_ctxmenu_history_create(int direction, struct 
gui_window_2 *gwin) {return NULL;}
-inline struct Menu *ami_ctxmenu_clicktab_create(struct gui_window_2 *gwin) 
{return NULL;}
+inline struct Menu *ami_ctxmenu_clicktab_create(struct gui_window_2 *gwin, 
Object **clicktab_obj) {return NULL;}
 #endif //__amigaos4__
 #endif //AMIGA_CTXMENU_H
 


-----------------------------------------------------------------------

Summary of changes:
 frontends/amiga/ctxmenu.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontends/amiga/ctxmenu.h b/frontends/amiga/ctxmenu.h
index 39a8387..76beff5 100644
--- a/frontends/amiga/ctxmenu.h
+++ b/frontends/amiga/ctxmenu.h
@@ -87,7 +87,7 @@ inline void ami_ctxmenu_free(void) {}
 inline struct Hook *ami_ctxmenu_get_hook(APTR data) {return NULL;}
 inline void ami_ctxmenu_release_hook(struct Hook *hook) {}
 inline struct Menu *ami_ctxmenu_history_create(int direction, struct 
gui_window_2 *gwin) {return NULL;}
-inline struct Menu *ami_ctxmenu_clicktab_create(struct gui_window_2 *gwin) 
{return NULL;}
+inline struct Menu *ami_ctxmenu_clicktab_create(struct gui_window_2 *gwin, 
Object **clicktab_obj) {return NULL;}
 #endif //__amigaos4__
 #endif //AMIGA_CTXMENU_H
 


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to