fix crash when yanking mouse before init
This commit is contained in:
parent
51172129d7
commit
4b985d3e38
3 changed files with 8 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ void CInputManager::onMouseWarp(wlr_pointer_motion_absolute_event* e) {
|
|||
|
||||
void CInputManager::mouseMoveUnified(uint32_t time, bool refocus) {
|
||||
|
||||
if (!g_pCompositor->m_bReadyToProcess)
|
||||
return;
|
||||
|
||||
// update stuff
|
||||
updateDragIcon();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue