mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-14 23:50:30 +01:00
randr: use randr: prefix in ErrorF()
To provide some information about the origin of the message.
Cc: Dave Airlie <airlied@redhat.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 93ef0e580e)
This commit is contained in:
parent
8c3a0a1904
commit
e2c6135179
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ rrCreateSharedPixmap(RRCrtcPtr crtc, int width, int height,
|
|||
|
||||
ret = pScrPriv->rrCrtcSetScanoutPixmap(crtc, spix);
|
||||
if (ret == FALSE) {
|
||||
ErrorF("failed to set shadow slave pixmap\n");
|
||||
ErrorF("randr: failed to set shadow slave pixmap\n");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue