summaryrefslogtreecommitdiff
path: root/frontends/windows/font.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-14 19:58:54 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-14 19:58:54 +0000
commit9f10babe645fe67b02fae90f852d5e4cdfcbb70e (patch)
tree909b77e3c48418204a23ac4723684ca0bc76a081 /frontends/windows/font.h
parent0d9023148d2a34bd908aac38e44d449359b03438 (diff)
parent7dab7cb43d4091648ceb40684ff70aff7091c648 (diff)
downloadnetsurf-9f10babe645fe67b02fae90f852d5e4cdfcbb70e.tar.gz
netsurf-9f10babe645fe67b02fae90f852d5e4cdfcbb70e.tar.bz2
Merge branch 'master' of git://git.netsurf-browser.org/netsurf into chris/menuclass
Diffstat (limited to 'frontends/windows/font.h')
-rw-r--r--frontends/windows/font.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/windows/font.h b/frontends/windows/font.h
index 0e867554a..a1077e041 100644
--- a/frontends/windows/font.h
+++ b/frontends/windows/font.h
@@ -25,6 +25,8 @@
#ifndef NETSURF_WINDOWS_FONT_H
#define NETSURF_WINDOWS_FONT_H
+struct plot_font_style;
+
extern HWND font_hwnd;
struct font_desc {
@@ -47,7 +49,7 @@ extern nserror utf8_to_font_encoding(const struct font_desc* font,
* \param style The font style.
* \return The win32 font handle
*/
-HFONT get_font(const plot_font_style_t *style);
+HFONT get_font(const struct plot_font_style *style);
#endif /* NETSURF_WINDOWS_FONT_H */