Mir

Code review comment for lp:~mir-team/mir/alternative-extension-naming

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

> return mir_connection_request_extension(connection, "mir_foo", 1);

     return (foo_v1_extensions const*)mir_connection_request_extension(connection, "mir_foo", 1);

I guess.

« Back to merge proposal