Skip to content
Commit b1e6deee authored by David Edmundson's avatar David Edmundson
Browse files

screencast: Convert event handlers into methods

ScreencastStream is a C++ class, but we're having C style event handling
as static functions within the class. Mixing two styles within a class
isn't very clear.

We can turn them into normal methods with some thin wrapper functions
round the event handling.
parent 5ef0b775
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment