randr: clear primaryOutput when the output is deleted

(cherry picked from commit 86c64ddf21)
This commit is contained in:
Adam Jackson 2008-12-08 17:42:47 -05:00
parent 2bc53ce668
commit a82f10c5dd

View File

@ -380,6 +380,9 @@ RROutputDestroyResource (pointer value, XID pid)
{
rrScrPriv(pScreen);
int i;
if (pScrPriv->primaryOutput == output)
pScrPriv->primaryOutput = NULL;
for (i = 0; i < pScrPriv->numOutputs; i++)
{