Commit 738cabeb authored by Laurent Aimar's avatar Laurent Aimar

Compilation fix (gapi).

parent e4fb5cd2
...@@ -285,7 +285,7 @@ void UpdateRects(vout_display_t *vd, ...@@ -285,7 +285,7 @@ void UpdateRects(vout_display_t *vd,
EventThreadUpdateSourceAndPlace(sys->event, source, &place); EventThreadUpdateSourceAndPlace(sys->event, source, &place);
#if defined(MODULE_NAME_IS_wingapi) #if defined(MODULE_NAME_IS_wingapi)
if (place.width != fmt->i_width || place.height != fmt->i_height) if (place.width != vd->fmt.i_width || place.height != vd->fmt.i_height)
vout_display_SendEventPicturesInvalid(vd); vout_display_SendEventPicturesInvalid(vd);
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment