The function name is XRRGetScreenSizeRange not RRGetScreenSizeRange.

Signed-off-by: Frediano Ziglio <fzig...@redhat.com>
---
 src/vdagent/x11-randr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vdagent/x11-randr.c b/src/vdagent/x11-randr.c
index c5fba51..be6a43a 100644
--- a/src/vdagent/x11-randr.c
+++ b/src/vdagent/x11-randr.c
@@ -120,7 +120,7 @@ static void update_randr_res(struct vdagent_x11 *x11, int 
poll)
                               &x11->randr.min_height,
                               &x11->randr.max_width,
                               &x11->randr.max_height) != 1) {
-        syslog(LOG_ERR, "update_randr_res: RRGetScreenSizeRange failed");
+        syslog(LOG_ERR, "update_randr_res: XRRGetScreenSizeRange failed");
     }
 }
 
-- 
2.17.2

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to