Set name to empty string after detaching back-end server.

This commit is contained in:
David Reveman 2008-05-29 20:59:57 -04:00
parent fffe2edd22
commit d664477898

View file

@ -1977,6 +1977,8 @@ int dmxDetachScreen(int idx)
/* Adjust the cursor boundaries (paints detached console window) */
dmxAdjustCursorBoundaries();
dmxScreen->name = "";
#ifdef RANDR
RRTellChanged (screenInfo.screens[0]);
#endif