mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 12:10:12 +01:00
Set name to empty string after detaching back-end server.
This commit is contained in:
parent
fffe2edd22
commit
d664477898
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue