Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/b9e71cee63ec147016faf57773abadcde6924a6f
...commit
http://git.netsurf-browser.org/netsurf.git/commit/b9e71cee63ec147016faf57773abadcde6924a6f
...tree
http://git.netsurf-browser.org/netsurf.git/tree/b9e71cee63ec147016faf57773abadcde6924a6f
The branch, master has been updated
via b9e71cee63ec147016faf57773abadcde6924a6f (commit)
from 246ab6d9ff7504cdc7bf88efe1d4aca987b5c095 (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=b9e71cee63ec147016faf57773abadcde6924a6f
commit b9e71cee63ec147016faf57773abadcde6924a6f
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
fix erroneously removed includes in beos window header
diff --git a/beos/gui.cpp b/beos/gui.cpp
index 95b1597..2e0aa4c 100644
--- a/beos/gui.cpp
+++ b/beos/gui.cpp
@@ -1058,7 +1058,7 @@ int gui_init_replicant(int argc, char** argv)
&beos_misc_table,
beos_window_table,
beos_download_table,
- &beos_clipboard_table,
+ beos_clipboard_table,
&beos_fetch_table,
NULL, /* use POSIX file */
NULL, /* default utf8 */
diff --git a/beos/window.h b/beos/window.h
index e00b379..928acca 100644
--- a/beos/window.h
+++ b/beos/window.h
@@ -19,6 +19,10 @@
#ifndef NETSURF_BEOS_WINDOW_H
#define NETSURF_BEOS_WINDOW_H 1
+#include <View.h>
+#include <Window.h>
+#include <NetPositive.h>
+
extern struct gui_window_table *beos_window_table;
extern struct gui_clipboard_table *beos_clipboard_table;
-----------------------------------------------------------------------
Summary of changes:
beos/gui.cpp | 2 +-
beos/window.h | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/beos/gui.cpp b/beos/gui.cpp
index 95b1597..2e0aa4c 100644
--- a/beos/gui.cpp
+++ b/beos/gui.cpp
@@ -1058,7 +1058,7 @@ int gui_init_replicant(int argc, char** argv)
&beos_misc_table,
beos_window_table,
beos_download_table,
- &beos_clipboard_table,
+ beos_clipboard_table,
&beos_fetch_table,
NULL, /* use POSIX file */
NULL, /* default utf8 */
diff --git a/beos/window.h b/beos/window.h
index e00b379..928acca 100644
--- a/beos/window.h
+++ b/beos/window.h
@@ -19,6 +19,10 @@
#ifndef NETSURF_BEOS_WINDOW_H
#define NETSURF_BEOS_WINDOW_H 1
+#include <View.h>
+#include <Window.h>
+#include <NetPositive.h>
+
extern struct gui_window_table *beos_window_table;
extern struct gui_clipboard_table *beos_clipboard_table;
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org