Fix: TCefScreenInfo DeviceScaleFactor type Single

This commit is contained in:
杨红岩 2023-06-20 10:54:38 +08:00
parent e356489d51
commit cd58a03da5

View File

@ -410,7 +410,7 @@ type ICefDomDocument struct {
// TCefScreenInfo
// /include/internal/cef_types.h (cef_screen_info_t)
type TCefScreenInfo struct {
DeviceScaleFactor int16
DeviceScaleFactor Single
Depth int32
DepthPerComponent int32
IsMonochrome int32