mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 03:46:00 +01:00
do not skip cursor state flag setting
This commit is contained in:
parent
8ed37dc475
commit
b543f0a036
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue