mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 09:20:02 +01:00
randr: only respected changed on the protocol screen
We don't want to know about changes on the non-protocol screen,
we will fix up setchanged to make sure non-protocol screens update
the protocol screens when they have a change.
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
(cherry picked from commit e233bda3e7)
This commit is contained in:
parent
8d923f090f
commit
33b110d2dd
1 changed files with 1 additions and 1 deletions
|
|
@ -506,7 +506,7 @@ RRTellChanged(ScreenPtr pScreen)
|
|||
mastersp = pScrPriv;
|
||||
}
|
||||
|
||||
if (pScrPriv->changed) {
|
||||
if (mastersp->changed) {
|
||||
UpdateCurrentTimeIf();
|
||||
if (mastersp->configChanged) {
|
||||
mastersp->lastConfigTime = currentTime;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue