mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 11:05:58 +01:00
parent
62ee5cc273
commit
0eaf3581a3
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue