aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/render/decorations/CHyprGroupBarDecoration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/decorations/CHyprGroupBarDecoration.cpp')
-rw-r--r--src/render/decorations/CHyprGroupBarDecoration.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/decorations/CHyprGroupBarDecoration.cpp b/src/render/decorations/CHyprGroupBarDecoration.cpp
index cd9f32be..defff9ba 100644
--- a/src/render/decorations/CHyprGroupBarDecoration.cpp
+++ b/src/render/decorations/CHyprGroupBarDecoration.cpp
@@ -430,15 +430,15 @@ bool CHyprGroupBarDecoration::onMouseButtonOnDeco(const Vector2D& pos, wlr_point
if (e->button == 274) {
static Vector2D pressedCursorPos;
- if (e->state == WLR_BUTTON_PRESSED)
+ if (e->state == WL_POINTER_BUTTON_STATE_PRESSED)
pressedCursorPos = pos;
- else if (e->state == WLR_BUTTON_RELEASED && pressedCursorPos == pos)
+ else if (e->state == WL_POINTER_BUTTON_STATE_RELEASED && pressedCursorPos == pos)
g_pXWaylandManager->sendCloseWindow(m_pWindow->getGroupWindowByIndex(WINDOWINDEX));
return true;
}
- if (e->state != WLR_BUTTON_PRESSED)
+ if (e->state != WL_POINTER_BUTTON_STATE_PRESSED)
return true;
// click on padding