Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/d489908af8cda59c94ad2375e1340bad6957e64a
...commit
http://git.netsurf-browser.org/netsurf.git/commit/d489908af8cda59c94ad2375e1340bad6957e64a
...tree
http://git.netsurf-browser.org/netsurf.git/tree/d489908af8cda59c94ad2375e1340bad6957e64a
The branch, master has been updated
via d489908af8cda59c94ad2375e1340bad6957e64a (commit)
from d307a854fc7fc4a0961cf3bc0bb43df503a0d9b1 (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/commitdiff/d489908af8cda59c94ad2375e1340bad6957e64a
commit d489908af8cda59c94ad2375e1340bad6957e64a
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
Move scrollbar msg data declaration.
diff --git a/desktop/frame_types.h b/desktop/frame_types.h
index a9ba0b8..f193d03 100644
--- a/desktop/frame_types.h
+++ b/desktop/frame_types.h
@@ -40,7 +40,6 @@ typedef enum {
/* Handy struct names */
struct content_html_iframe;
-struct scrollbar_msg_data;
struct content_html_frames;
#endif
diff --git a/desktop/frames.h b/desktop/frames.h
index 1499216..d5aca07 100644
--- a/desktop/frames.h
+++ b/desktop/frames.h
@@ -25,6 +25,7 @@
#include "desktop/browser.h"
+struct scrollbar_msg_data;
void browser_window_create_iframes(struct browser_window *bw,
struct content_html_iframe *iframe);
-----------------------------------------------------------------------
Summary of changes:
desktop/frame_types.h | 1 -
desktop/frames.h | 1 +
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/desktop/frame_types.h b/desktop/frame_types.h
index a9ba0b8..f193d03 100644
--- a/desktop/frame_types.h
+++ b/desktop/frame_types.h
@@ -40,7 +40,6 @@ typedef enum {
/* Handy struct names */
struct content_html_iframe;
-struct scrollbar_msg_data;
struct content_html_frames;
#endif
diff --git a/desktop/frames.h b/desktop/frames.h
index 1499216..d5aca07 100644
--- a/desktop/frames.h
+++ b/desktop/frames.h
@@ -25,6 +25,7 @@
#include "desktop/browser.h"
+struct scrollbar_msg_data;
void browser_window_create_iframes(struct browser_window *bw,
struct content_html_iframe *iframe);
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org