aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/drm/legacy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/drm/legacy.c b/backend/drm/legacy.c
index bd8813e8..c2ded98c 100644
--- a/backend/drm/legacy.c
+++ b/backend/drm/legacy.c
@@ -164,7 +164,7 @@ static bool legacy_crtc_commit(struct wlr_drm_connector *conn,
}
if (drmModeMoveCursor(drm->fd,
- crtc->id, conn->cursor_x, conn->cursor_y) != 0) {
+ crtc->id, conn->cursor_x, conn->cursor_y) != 0) {
wlr_drm_conn_log_errno(conn, WLR_ERROR, "drmModeMoveCursor failed");
return false;
}