mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 20:40:04 +01:00
Call XineramaReinitData when changing screen size.
This commit is contained in:
parent
1e560d6adb
commit
fc99433dbd
1 changed files with 1 additions and 0 deletions
|
|
@ -706,6 +706,7 @@ dmxRRScreenSetSize (ScreenPtr pScreen,
|
|||
0, 0, width, height);
|
||||
|
||||
dmxSetWidthHeight (width, height);
|
||||
XineramaReinitData (pScreen);
|
||||
dmxConnectionBlockCallback ();
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue