mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
The current order of protocol selection is xdg_base followed by ivi_application followed by fullscreen_shell. As a result xdg_base protocol will be selected even if ivi_application protocol is needed. The order is now changed to ivi_application followed by fullscreen_shell followed by xdg_base. It is now possible to select any one of the three protocols by appropriately defining BUILD_IVI and BUILD_FULLSCREEN_SHELL macro. Signed-off-by: Kshitij Kadam <Kshitij.Kadam@ifm.com>