mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
ComponentPeer::VBlankListener: Add timestamp parameter to the vblank callback
This commit is contained in:
parent
4bc2952419
commit
d9a3efd3cb
11 changed files with 88 additions and 33 deletions
|
|
@ -899,7 +899,7 @@ public:
|
|||
{
|
||||
connection.emplace (sharedDisplayLinks->registerFactory ([this] (CGDirectDisplayID display)
|
||||
{
|
||||
return [this, display]
|
||||
return [this, display] (double)
|
||||
{
|
||||
if (display == lastDisplay)
|
||||
triggerRepaint();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue