gdi32: Downgrade a FIXME to a WARN.
This commit is contained in:
parent
2f540b8602
commit
f76d3c259c
@ -2426,7 +2426,7 @@ GdiFont *WineEngCreateFontInstance(DC *dc, HFONT hfont)
|
|||||||
face = LIST_ENTRY(face_elem_ptr, Face, entry);
|
face = LIST_ENTRY(face_elem_ptr, Face, entry);
|
||||||
if(face->scalable) {
|
if(face->scalable) {
|
||||||
csi.fs.fsCsb[0] = 0;
|
csi.fs.fsCsb[0] = 0;
|
||||||
FIXME("just using first face for now\n");
|
WARN("just using first face for now\n");
|
||||||
goto found;
|
goto found;
|
||||||
}
|
}
|
||||||
if(can_use_bitmap && !last_resort_family)
|
if(can_use_bitmap && !last_resort_family)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user