|
|
@ -219,7 +219,7 @@ static bool atomic_crtc_commit(struct wlr_drm_backend *drm,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
set_plane_props(&atom, drm, crtc->primary, crtc->id, 0, 0);
|
|
|
|
set_plane_props(&atom, drm, crtc->primary, crtc->id, 0, 0);
|
|
|
|
if (crtc->cursor) {
|
|
|
|
if (crtc->cursor) {
|
|
|
|
if (crtc->cursor->cursor_enabled) {
|
|
|
|
if (drm_connector_is_cursor_visible(conn)) {
|
|
|
|
set_plane_props(&atom, drm, crtc->cursor, crtc->id,
|
|
|
|
set_plane_props(&atom, drm, crtc->cursor, crtc->id,
|
|
|
|
conn->cursor_x, conn->cursor_y);
|
|
|
|
conn->cursor_x, conn->cursor_y);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|