Some toolkits should be able to avoid the problem trivially, regardless of what UAL does, if the toolkit just goes:
if defined $MIR_SOCKET then use native Mir else use X and other platforms endif
Some toolkits should be able to avoid the problem trivially, regardless of what UAL does, if the toolkit just goes:
if defined $MIR_SOCKET then
use native Mir
else
use X and other platforms
endif