randr: clear primaryOutput when the output is deleted

This commit is contained in:
Adam Jackson 2008-12-08 17:42:47 -05:00
parent fe65f400ed
commit 86c64ddf21

View File

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