mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-10 20:05:59 +01:00
parent
8f38487884
commit
1950c3fc9c
1 changed files with 5 additions and 1 deletions
|
@ -319,7 +319,11 @@ void CInputManager::mouseMoveUnified(uint32_t time, bool refocus) {
|
||||||
|
|
||||||
if (!foundSurface) {
|
if (!foundSurface) {
|
||||||
if (!m_bEmptyFocusCursorSet) {
|
if (!m_bEmptyFocusCursorSet) {
|
||||||
m_eBorderIconDirection = BORDERICON_NONE;
|
if (*PRESIZEONBORDER && *PRESIZECURSORICON && m_eBorderIconDirection != BORDERICON_NONE) {
|
||||||
|
m_eBorderIconDirection = BORDERICON_NONE;
|
||||||
|
unsetCursorImage();
|
||||||
|
}
|
||||||
|
|
||||||
if (g_pHyprRenderer->m_bHasARenderedCursor) {
|
if (g_pHyprRenderer->m_bHasARenderedCursor) {
|
||||||
// TODO: maybe wrap?
|
// TODO: maybe wrap?
|
||||||
if (m_ecbClickBehavior == CLICKMODE_KILL)
|
if (m_ecbClickBehavior == CLICKMODE_KILL)
|
||||||
|
|
Loading…
Reference in a new issue