summaryrefslogtreecommitdiff
path: root/src/select/font_face.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-12-13 20:16:52 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-12-13 20:16:52 +0000
commit1b95fec601a3d006ba6b99e1dea3f61c3c8318fc (patch)
tree1a0c3a78afe1db919ff6b4c56a6c3f2e01d03607 /src/select/font_face.h
parente3372335ec1628e1d6ef1a4fd63b11bb47f2e0e6 (diff)
downloadlibcss-1b95fec601a3d006ba6b99e1dea3f61c3c8318fc.tar.gz
libcss-1b95fec601a3d006ba6b99e1dea3f61c3c8318fc.tar.bz2
Various changes which modify API and ABI:
- Remove client allocation function. - Change node_classes callback not to yield array ownership to libcss. - Node bloom filters now built by, during selection libcss. - Added selection callbacks to get and set data on document nodes. Test suite, example, and documentation updated to match.
Diffstat (limited to 'src/select/font_face.h')
-rw-r--r--src/select/font_face.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/select/font_face.h b/src/select/font_face.h
index 3572de8..4e6d094 100644
--- a/src/select/font_face.h
+++ b/src/select/font_face.h
@@ -35,13 +35,9 @@ struct css_font_face {
* 1 __wwwwss font-weight | font-style
*/
uint8_t bits[1];
-
- css_allocator_fn alloc;
- void *pw;
};
-css_error css__font_face_create(css_allocator_fn alloc, void *pw,
- css_font_face **result);
+css_error css__font_face_create(css_font_face **result);
css_error css__font_face_destroy(css_font_face *font_face);
css_error css__font_face_set_font_family(css_font_face *font_face,