Skip to content

eis-client: Always set has_position variable

If meta_eis_viewport_get_position() returned FALSE, the variable 'has_position' would be initialized. This variable represents exactly the return value of meta_eis_viewport_get_position(), so just assign it to the variable directly.

Spotted by Coverity.

Merge request reports