Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/5abfbba0490555cfc776b...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/5abfbba0490555cfc776b45...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/5abfbba0490555cfc776b4519...
The branch, master has been updated
via 5abfbba0490555cfc776b4519cc162637a8e5a6a (commit)
from 56556a677e86f24462542f951043b2f8d7647c31 (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=5abfbba0490555cfc77...
commit 5abfbba0490555cfc776b4519cc162637a8e5a6a
Author: Michael Drake <tlsa(a)netsurf-browser.org>
Commit: Michael Drake <tlsa(a)netsurf-browser.org>
Make the glyph style more readable in the debug output.
diff --git a/framebuffer/convert_font.c b/framebuffer/convert_font.c
index b29c6ed..40cf589 100644
--- a/framebuffer/convert_font.c
+++ b/framebuffer/convert_font.c
@@ -28,10 +28,10 @@ const char *var_lables[4] = {
};
const char *short_labels[4] = {
- " r ",
- " i ",
- " b ",
- "b+i"
+ " ",
+ " i",
+ "b ",
+ "bi"
};
enum font_style {
-----------------------------------------------------------------------
Summary of changes:
framebuffer/convert_font.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/framebuffer/convert_font.c b/framebuffer/convert_font.c
index b29c6ed..40cf589 100644
--- a/framebuffer/convert_font.c
+++ b/framebuffer/convert_font.c
@@ -28,10 +28,10 @@ const char *var_lables[4] = {
};
const char *short_labels[4] = {
- " r ",
- " i ",
- " b ",
- "b+i"
+ " ",
+ " i",
+ "b ",
+ "bi"
};
enum font_style {
--
NetSurf Browser