Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/713430f6e5ef49960cb85fa917e73a131d69c7c8
...commit
http://git.netsurf-browser.org/netsurf.git/commit/713430f6e5ef49960cb85fa917e73a131d69c7c8
...tree
http://git.netsurf-browser.org/netsurf.git/tree/713430f6e5ef49960cb85fa917e73a131d69c7c8
The branch, master has been updated
via 713430f6e5ef49960cb85fa917e73a131d69c7c8 (commit)
from f90ed33501485663a091baefe41a87db93d2db91 (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=713430f6e5ef49960cb85fa917e73a131d69c7c8
commit 713430f6e5ef49960cb85fa917e73a131d69c7c8
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
attempt to fix cocoa frontend font layout table
diff --git a/cocoa/font.m b/cocoa/font.m
index fb0562b..f52ec85 100644
--- a/cocoa/font.m
+++ b/cocoa/font.m
@@ -22,7 +22,7 @@
#import "cocoa/font.h"
#import "utils/nsoption.h"
-#import "desktop/font.h"
+#import "desktop/gui_layout.h"
#import "desktop/plotters.h"
@@ -102,8 +102,8 @@ static nserror cocoa_font_split(const plot_font_style_t
*style,
static struct gui_layout_table layout_table = {
.width = cocoa_font_width,
- .position = fb_font_position,
- .split = fb_font_split,
+ .position = cocoa_font_position,
+ .split = cocoa_font_split,
};
struct gui_layout_table *cocoa_layout_table = &layout_table;
-----------------------------------------------------------------------
Summary of changes:
cocoa/font.m | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/cocoa/font.m b/cocoa/font.m
index fb0562b..f52ec85 100644
--- a/cocoa/font.m
+++ b/cocoa/font.m
@@ -22,7 +22,7 @@
#import "cocoa/font.h"
#import "utils/nsoption.h"
-#import "desktop/font.h"
+#import "desktop/gui_layout.h"
#import "desktop/plotters.h"
@@ -102,8 +102,8 @@ static nserror cocoa_font_split(const plot_font_style_t
*style,
static struct gui_layout_table layout_table = {
.width = cocoa_font_width,
- .position = fb_font_position,
- .split = fb_font_split,
+ .position = cocoa_font_position,
+ .split = cocoa_font_split,
};
struct gui_layout_table *cocoa_layout_table = &layout_table;
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org