mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-10 01:01:30 +00:00
[client] tree: restore unrelated working changes
Restore client and test files that were already staged when the OBS cadence commit was created. Keep that work out of the scheduler series while leaving its working-tree contents untouched.
This commit is contained in:
@@ -469,8 +469,7 @@ void app_handleButtonPress(int button)
|
||||
return;
|
||||
}
|
||||
|
||||
if (!core_inputEnabled() || g_cursor.exitWait ||
|
||||
!g_cursor.inView || !g_cursor.viewReq)
|
||||
if (!core_inputEnabled() || !g_cursor.inView || !g_cursor.viewReq)
|
||||
return;
|
||||
|
||||
if (!purespice_mousePress(button))
|
||||
@@ -493,7 +492,7 @@ void app_handleButtonRelease(int button)
|
||||
return;
|
||||
}
|
||||
|
||||
if (!core_inputEnabled() || g_cursor.exitWait)
|
||||
if (!core_inputEnabled())
|
||||
return;
|
||||
|
||||
if (!purespice_mouseRelease(button))
|
||||
|
||||
Reference in New Issue
Block a user