Attempted fix of the fix.

This commit is contained in:
OBattler
2022-07-31 23:37:24 +02:00
parent 16f7460c73
commit f3db64317c
3 changed files with 5 additions and 1 deletions

View File

@@ -103,6 +103,8 @@ namespace IOKit {
extern MainWindow* main_window;
std::atomic<bool> blitDummied{false};
filter_result keyb_filter(BMessage *message, BHandler **target, BMessageFilter *filter)
{
if (message->what == B_KEY_DOWN || message->what == B_KEY_UP

View File

@@ -12,6 +12,8 @@
class MediaMenu;
class RendererStack;
extern std::atomic<bool> blitDummied{false};
namespace Ui {
class MainWindow;
}

View File

@@ -103,7 +103,7 @@ private:
RendererCommon *rendererWindow { nullptr };
std::unique_ptr<QWidget> current;
std::atomic<bool> directBlitting{false}, blitDummied{false};
std::atomic<bool> directBlitting{false};
};
#endif // QT_RENDERERCONTAINER_HPP