mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Windowing: Start repaint timer immediately on Linux
This commit is contained in:
parent
d6f30304f0
commit
f248a09c59
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ public:
|
|||
xSettings->addListener (this);
|
||||
|
||||
getNativeRealtimeModifiers = []() -> ModifierKeys { return XWindowSystem::getInstance()->getNativeRealtimeModifiers(); };
|
||||
|
||||
updateVBlankTimer();
|
||||
}
|
||||
|
||||
~LinuxComponentPeer() override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue