mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-10 06:12:14 +02:00
Rename get_win32_handle() to win32_handle()
This commit is contained in:
@@ -211,7 +211,7 @@ class Editor {
|
||||
* Get the Win32 window handle so it can be passed to an `effEditOpen()`
|
||||
* call.
|
||||
*/
|
||||
HWND get_win32_handle() const noexcept;
|
||||
HWND win32_handle() const noexcept;
|
||||
|
||||
/**
|
||||
* Returns `true` if the window manager supports the EWMH active window
|
||||
|
||||
Reference in New Issue
Block a user