Skip to content

Commit

Permalink
unimportant
Browse files Browse the repository at this point in the history
  • Loading branch information
capr committed Jul 12, 2018
1 parent ce3dbc4 commit 517a466
Show file tree
Hide file tree
Showing 121 changed files with 25,399 additions and 12,940 deletions.
2 changes: 1 addition & 1 deletion .mgit/cairo
Submodule cairo updated from a467a7 to b4b2c2
2 changes: 1 addition & 1 deletion .mgit/codedit
Submodule codedit updated from f13899 to 5b6552
2 changes: 1 addition & 1 deletion .mgit/cplayer
Submodule cplayer updated from 73cf76 to ea8ce7
2 changes: 1 addition & 1 deletion .mgit/fribidi
Submodule fribidi updated from ee647e to 2528f2
2 changes: 1 addition & 1 deletion .mgit/harfbuzz
Submodule harfbuzz updated from 33c07b to efa239
2 changes: 1 addition & 1 deletion .mgit/libunibreak
Submodule libunibreak updated from 3872ab to c89995
Binary file modified bin/linux32/libfribidi.a
Binary file not shown.
Binary file modified bin/linux32/libfribidi.so
Binary file not shown.
Binary file modified bin/linux32/libunibreak.a
Binary file not shown.
Binary file modified bin/linux32/libunibreak.so
Binary file not shown.
Binary file modified bin/linux64/libfribidi.a
Binary file not shown.
Binary file modified bin/linux64/libfribidi.so
Binary file not shown.
Binary file modified bin/linux64/libunibreak.a
Binary file not shown.
Binary file modified bin/linux64/libunibreak.so
Binary file not shown.
Binary file modified bin/mingw32/fribidi.a
Binary file not shown.
Binary file modified bin/mingw32/fribidi.dll
Binary file not shown.
Binary file modified bin/mingw32/unibreak.a
Binary file not shown.
Binary file modified bin/mingw32/unibreak.dll
Binary file not shown.
Binary file modified bin/mingw64/fribidi.a
Binary file not shown.
Binary file modified bin/mingw64/fribidi.dll
Binary file not shown.
Binary file modified bin/mingw64/unibreak.a
Binary file not shown.
Binary file modified bin/mingw64/unibreak.dll
Binary file not shown.
Binary file modified bin/osx32/libfribidi.a
Binary file not shown.
Binary file modified bin/osx32/libfribidi.dylib
Binary file not shown.
Binary file modified bin/osx32/libunibreak.a
Binary file not shown.
Binary file modified bin/osx32/libunibreak.dylib
Binary file not shown.
Binary file modified bin/osx64/libfribidi.a
Binary file not shown.
Binary file modified bin/osx64/libfribidi.dylib
Binary file not shown.
Binary file modified bin/osx64/libunibreak.a
Binary file not shown.
Binary file modified bin/osx64/libunibreak.dylib
Binary file not shown.
2 changes: 1 addition & 1 deletion cairo.lua
Expand Up @@ -1532,7 +1532,7 @@ function M.ft_font_face(ft_face, load_flags)
C.cairo_ft_font_face_create_for_ft_face(ft_face, load_flags or 0),
C.cairo_font_face_destroy)
local status = C.cairo_font_face_set_user_data(
face, key, ft_face, ffi.cast('cairo_destroy_func_t', function(ft_face)
face, key, ft_face, ffi.cast('cairo_destroy_func_t', function()
ft_face:free()
ft_face.glyph.library:free()
end))
Expand Down

0 comments on commit 517a466

Please sign in to comment.