Windows: Fix VS2010 compile error

This commit is contained in:
Marshall Greenblatt 2017-02-28 15:41:31 -05:00
parent 73d380a8ec
commit 97389a92ee
1 changed files with 2 additions and 1 deletions

View File

@ -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;