diff --git a/hw/dmx/dmxextension.c b/hw/dmx/dmxextension.c index 589839dd8..4bea36649 100644 --- a/hw/dmx/dmxextension.c +++ b/hw/dmx/dmxextension.c @@ -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