Skip to content

rename context_size to ContextSize to match changes in FreeRDP

Antenore Gatta (tmow) requested to merge benkohler:master into master

Created by: benkohler

FreeRDP commit 208c9f84 renames context_size to ContextSize in include/freerdp/freerdp.h, this breaks the build of the remmina rdp plugin at:

remmina-plugins/rdp/rdp_plugin.c:829:10: error: 'freerdp' has no member named 'context_size'

Downstream bug report with full build log and patch here: https://bugs.gentoo.org/show_bug.cgi?id=476950

Merge request reports