mirror of
https://github.com/X11Libre/xf86-video-nv.git
synced 2026-03-24 01:24:21 +00:00
[PATCH] Bug #14484: Fix G80SorSetProperty return value.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
This commit is contained in:
committed by
Aaron Plattner
parent
f8b24e5c72
commit
3f2a1898fe
@@ -324,7 +324,6 @@ G80SorSetProperty(xf86OutputPtr output, Atom prop, RRPropertyValuePtr val)
|
||||
return FALSE;
|
||||
|
||||
G80CrtcSetDither(output->crtc, i, TRUE);
|
||||
return TRUE;
|
||||
} else if(prop == properties.scale.atom) {
|
||||
const char *s;
|
||||
enum G80ScaleMode oldScale, scale;
|
||||
@@ -383,10 +382,9 @@ G80SorSetProperty(xf86OutputPtr output, Atom prop, RRPropertyValuePtr val)
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
#endif // RANDR_12_INTERFACE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user