Mir

Comment 2 for bug 1195540

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

if (mir_version >= X)
{
    f = dlsym(NULL, "mir_fancy_new_function_thats_better");
    f();
}
else
{
    // do it the old way
}

And so you've written a client that is not dependent on the newer functionality but can utilize it.