mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
Another fix attempt.
This commit is contained in:
@@ -103,7 +103,7 @@ namespace IOKit {
|
||||
|
||||
extern MainWindow* main_window;
|
||||
|
||||
std::atomic<bool> blitDummied{false};
|
||||
std::atomic<bool> blitDummied = false;
|
||||
|
||||
filter_result keyb_filter(BMessage *message, BHandler **target, BMessageFilter *filter)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user