mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-15 12:03:48 -07:00
@@ -775,7 +775,9 @@ void Events::listener_commitWindow(void* owner, void* data) {
|
|||||||
|
|
||||||
const auto PMONITOR = g_pCompositor->getMonitorFromID(PWINDOW->m_iMonitorID);
|
const auto PMONITOR = g_pCompositor->getMonitorFromID(PWINDOW->m_iMonitorID);
|
||||||
|
|
||||||
|
if (PMONITOR)
|
||||||
PMONITOR->debugLastPresentation(g_pSeatManager->isPointerFrameCommit ? "listener_commitWindow skip" : "listener_commitWindow");
|
PMONITOR->debugLastPresentation(g_pSeatManager->isPointerFrameCommit ? "listener_commitWindow skip" : "listener_commitWindow");
|
||||||
|
|
||||||
if (g_pSeatManager->isPointerFrameCommit) {
|
if (g_pSeatManager->isPointerFrameCommit) {
|
||||||
g_pSeatManager->isPointerFrameSkipped = false;
|
g_pSeatManager->isPointerFrameSkipped = false;
|
||||||
g_pSeatManager->isPointerFrameCommit = false;
|
g_pSeatManager->isPointerFrameCommit = false;
|
||||||
|
Reference in New Issue
Block a user