diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:37:08 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:37:08 +0000 |
commit | 3680f27ebff58ece429c4e032f9ad84fb1372114 (patch) | |
tree | 6c5ff4664c1a779ddad350ac887e5706dbfdd4eb /graphics/cairomm/files/patch-cairomm_fontface.cc | |
parent | 02c6e6b485454dc3f5a27cbc887d9e4aaf376a36 (diff) |
Notes
Diffstat (limited to 'graphics/cairomm/files/patch-cairomm_fontface.cc')
-rw-r--r-- | graphics/cairomm/files/patch-cairomm_fontface.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/cairomm/files/patch-cairomm_fontface.cc b/graphics/cairomm/files/patch-cairomm_fontface.cc deleted file mode 100644 index 18d7fc85b9d3..000000000000 --- a/graphics/cairomm/files/patch-cairomm_fontface.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- cairomm/fontface.cc.orig 2009-02-24 02:40:24.000000000 -0500 -+++ cairomm/fontface.cc 2009-02-24 02:49:31.000000000 -0500 -@@ -309,7 +309,7 @@ UserFontFace::text_to_glyphs(const RefPt - // bool value in the user_data, which we can read back in the - // text_to_glyphs_cb and used as a signal to return -1 for the num_glyphs - // parameter. -- cairo_font_face_set_user_data(cobj(), &USER_DATA_KEY_DEFAULT_TEXT_TO_GLYPHS, reinterpret_cast<void*>(true), NULL); -+ cairo_font_face_set_user_data(cobj(), &USER_DATA_KEY_DEFAULT_TEXT_TO_GLYPHS, (void *) (true), NULL); - return CAIRO_STATUS_SUCCESS; - } - |