Gitweb links:

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

The branch, master has been updated
       via  cba3a1468c07d4bd192967e43b05edc567306dd0 (commit)
      from  de3194d1feda216361bbc98032d3c2b4f43a6817 (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=cba3a1468c07d4bd192967e43b05edc567306dd0
commit cba3a1468c07d4bd192967e43b05edc567306dd0
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    beos frontend compile cannot do forward declrarations of enums

diff --git a/frontends/beos/gui.cpp b/frontends/beos/gui.cpp
index 68ae68b..100607a 100644
--- a/frontends/beos/gui.cpp
+++ b/frontends/beos/gui.cpp
@@ -54,13 +54,13 @@ extern "C" {
 #include "utils/corestrings.h"
 #include "utils/utf8.h"
 #include "utils/utils.h"
-#include "netsurf/browser_window.h"
 #include "netsurf/misc.h"
 #include "netsurf/clipboard.h"
 #include "netsurf/search.h"
 #include "netsurf/fetch.h"
 #include "netsurf/netsurf.h"
 #include "netsurf/content.h"
+#include "netsurf/browser_window.h"
 #include "content/content.h"
 #include "content/content_protected.h"
 #include "content/fetch.h"


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

Summary of changes:
 frontends/beos/gui.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontends/beos/gui.cpp b/frontends/beos/gui.cpp
index 68ae68b..100607a 100644
--- a/frontends/beos/gui.cpp
+++ b/frontends/beos/gui.cpp
@@ -54,13 +54,13 @@ extern "C" {
 #include "utils/corestrings.h"
 #include "utils/utf8.h"
 #include "utils/utils.h"
-#include "netsurf/browser_window.h"
 #include "netsurf/misc.h"
 #include "netsurf/clipboard.h"
 #include "netsurf/search.h"
 #include "netsurf/fetch.h"
 #include "netsurf/netsurf.h"
 #include "netsurf/content.h"
+#include "netsurf/browser_window.h"
 #include "content/content.h"
 #include "content/content_protected.h"
 #include "content/fetch.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