mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-23 16:43:58 +08:00
typo for pitch
This commit is contained in:
@@ -555,7 +555,7 @@ char_bitmap_pixmap (LOGFONT* logfont, DEVFONT* devfont,
|
||||
*pitch = (source->width + 7) >> 3;
|
||||
}
|
||||
#else
|
||||
*pitch = (source->width + 7) >> 3;
|
||||
*pitch = source->pitch;
|
||||
#endif
|
||||
|
||||
#ifdef _MGFONT_TTF_CACHE
|
||||
|
||||
Reference in New Issue
Block a user