add contribution information
This commit is contained in:
parent
dfec7316b2
commit
29ab6be21b
@ -8,6 +8,7 @@
|
|||||||
* http://www.boost.org/LICENSE_1_0.txt)
|
* http://www.boost.org/LICENSE_1_0.txt)
|
||||||
*
|
*
|
||||||
* @file: nana/paint/detail/native_paint_interface.cpp
|
* @file: nana/paint/detail/native_paint_interface.cpp
|
||||||
|
* @contributors: dareg
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <nana/config.hpp>
|
#include <nana/config.hpp>
|
||||||
@ -187,6 +188,8 @@ namespace detail
|
|||||||
reinterpret_cast<XftChar8*>(const_cast<char*>(utf8str.c_str())), utf8str.size());
|
reinterpret_cast<XftChar8*>(const_cast<char*>(utf8str.c_str())), utf8str.size());
|
||||||
*/
|
*/
|
||||||
auto fs = reinterpret_cast<XftFont*>(dw->font->handle);
|
auto fs = reinterpret_cast<XftFont*>(dw->font->handle);
|
||||||
|
|
||||||
|
//Fixed missing array declaration by dareg
|
||||||
std::unique_ptr<FT_UInt[]> glyphs_ptr(new FT_UInt[len]);
|
std::unique_ptr<FT_UInt[]> glyphs_ptr(new FT_UInt[len]);
|
||||||
auto glyphs = glyphs_ptr.get();
|
auto glyphs = glyphs_ptr.get();
|
||||||
const auto endstr = str + len;
|
const auto endstr = str + len;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user