mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 11:01:57 +08:00
initialize last_x and last_y
This commit is contained in:
@@ -516,6 +516,8 @@ do_glyph:
|
||||
_txt.pdc = pdc;
|
||||
_txt.x = 0;
|
||||
_txt.y = 0;
|
||||
_txt.last_x = 0;
|
||||
_txt.last_y = 0;
|
||||
_txt.advance = 0;
|
||||
_txt.nFormat = ctxt->nFormat;
|
||||
_txt.only_extent = TRUE;
|
||||
|
||||
Reference in New Issue
Block a user