mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-24 05:18:36 +00:00
Ensures that failure to allocate a line blocks all other allocations.
This commit is contained in:
@@ -172,6 +172,7 @@ class ScanTarget: public Outputs::Display::ScanTarget {
|
||||
|
||||
// Track allocation failures.
|
||||
bool allocation_has_failed_ = false;
|
||||
bool line_allocation_has_failed_ = false;
|
||||
|
||||
// Receives scan target modals.
|
||||
Modals modals_;
|
||||
|
||||
Reference in New Issue
Block a user