Rename init_proxy -> get_handle

This commit is contained in:
Robbert van der Helm
2021-07-10 15:16:20 +02:00
parent 1946693244
commit b47a6e034b
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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;