WebSockets: add transport roll support to surface

This commit is contained in:
Luciano Iam 2020-04-18 12:39:18 +02:00 committed by Robin Gareus
parent 656cd9c8a7
commit 0e664b1556
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
7 changed files with 51 additions and 2 deletions

View file

@ -19,6 +19,12 @@
#include "component.h"
#include "ardour_websockets.h"
BasicUI&
SurfaceComponent::basic_ui () const
{
return _surface;
}
PBD::EventLoop*
SurfaceComponent::event_loop () const
{