Skip to content

Commit

Permalink
do not skip cursor state flag setting
Browse files Browse the repository at this point in the history
  • Loading branch information
UjinT34 committed Nov 11, 2024
1 parent 8ed37dc commit b543f0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/backend/drm/DRM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1732,8 +1732,7 @@ bool Aquamarine::CDRMOutput::setCursor(SP<IBuffer> buffer, const Vector2D& hotsp
void Aquamarine::CDRMOutput::moveCursor(const Vector2D& coord, bool skipSchedule) {
cursorPos = coord;
// cursorVisible = true;
if (!skipSchedule)
state->internalState.committed |= COutputState::AQ_OUTPUT_STATE_CURSOR;
state->internalState.committed |= COutputState::AQ_OUTPUT_STATE_CURSOR;

backend->impl->moveCursor(connector, skipSchedule);
}
Expand Down

0 comments on commit b543f0a

Please sign in to comment.