mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[directwrite] Rename a function
This commit is contained in:
parent
d441b4cbc7
commit
09d983258b
1 changed files with 3 additions and 3 deletions
|
@ -253,7 +253,7 @@ struct hb_directwrite_global_t
|
|||
DWriteFontFileLoader *fontFileLoader;
|
||||
};
|
||||
|
||||
static inline void free_static_dwrite_dll ();
|
||||
static inline void free_static_directwrite_global ();
|
||||
|
||||
static struct hb_directwrite_global_lazy_loader_t : hb_lazy_loader_t<hb_directwrite_global_t,
|
||||
hb_directwrite_global_lazy_loader_t>
|
||||
|
@ -262,7 +262,7 @@ static struct hb_directwrite_global_lazy_loader_t : hb_lazy_loader_t<hb_directwr
|
|||
{
|
||||
hb_directwrite_global_t *global = new hb_directwrite_global_t;
|
||||
|
||||
hb_atexit (free_static_dwrite_dll);
|
||||
hb_atexit (free_static_directwrite_global);
|
||||
|
||||
return global;
|
||||
}
|
||||
|
@ -277,7 +277,7 @@ static struct hb_directwrite_global_lazy_loader_t : hb_lazy_loader_t<hb_directwr
|
|||
} static_directwrite_global;
|
||||
|
||||
static inline
|
||||
void free_static_dwrite_dll ()
|
||||
void free_static_directwrite_global ()
|
||||
{
|
||||
static_directwrite_global.free_instance ();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue