Ubuntu Pastebin

Paste from dandrader at Mon, 20 Mar 2017 11:49:56 +0000

Download as text
1
2
3
4
void ms::BasicSurface::consume(MirEvent const* event)
{
    input_validator.validate_and_dispatch(*event);
}
Download as text