mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-14 23:43:52 +02:00
Rename init_proxy -> get_handle
This commit is contained in:
@@ -90,7 +90,7 @@ class WineXdndProxy {
|
||||
* @note This function, like everything other GUI realted, should be called
|
||||
* from the main thread that's running the Win32 message loop.
|
||||
*/
|
||||
static WineXdndProxy::Handle init_proxy();
|
||||
static WineXdndProxy::Handle get_handle();
|
||||
|
||||
private:
|
||||
std::unique_ptr<xcb_connection_t, decltype(&xcb_disconnect)> x11_connection;
|
||||
|
||||
Reference in New Issue
Block a user