#!/bin/sh
# to be sourced
if [ "$COMPOSITING_SERVER_START" = "yes" -a "$COMPOSITING_SERVER" = "Xmetisse" ]; then
	AT_SPI_DISPLAY=$COMPOSITING_SERVER_DISPLAY
	export AT_SPI_DISPLAY
fi
