Exemplo n.º 1
0
ShellXcb::~ShellXcb()
{
    cleanup_vk();
    dlclose(lib_handle_);

    xcb_disconnect(c_);
}
Exemplo n.º 2
0
ShellAndroid::~ShellAndroid()
{
    cleanup_vk();
    dlclose(lib_handle_);
}
Exemplo n.º 3
0
ShellWin32::~ShellWin32() {
    cleanup_vk();
    FreeLibrary(hmodule_);
}