mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-07 15:53:08 +01:00
Windows: Fix VS2010 compile error
This commit is contained in:
parent
73d380a8ec
commit
97389a92ee
@ -986,7 +986,8 @@ struct CefCompositionUnderlineTraits {
|
||||
typedef cef_composition_underline_t struct_type;
|
||||
|
||||
static inline void init(struct_type* s) {
|
||||
s->range = {0, 0};
|
||||
s->range.from = 0;
|
||||
s->range.to = 0;
|
||||
s->color = 0;
|
||||
s->background_color = 0;
|
||||
s->thick = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user