mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 06:06: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,7 +1732,6 @@ bool Aquamarine::CDRMOutput::setCursor(SP<IBuffer> buffer, const Vector2D& hotsp
|
||||||
void Aquamarine::CDRMOutput::moveCursor(const Vector2D& coord, bool skipSchedule) {
|
void Aquamarine::CDRMOutput::moveCursor(const Vector2D& coord, bool skipSchedule) {
|
||||||
cursorPos = coord;
|
cursorPos = coord;
|
||||||
// cursorVisible = true;
|
// 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);
|
backend->impl->moveCursor(connector, skipSchedule);
|
||||||
|
|
Loading…
Reference in a new issue