mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Define yabridge Window class name in header
Apparently this is used in xdnd-proxy.cpp.
This commit is contained in:
@@ -48,6 +48,12 @@ constexpr uint8_t xcb_event_type_mask = 0b0111'1111;
|
||||
*/
|
||||
constexpr char xdnd_aware_property_name[] = "XdndAware";
|
||||
|
||||
/**
|
||||
* The name of the Win32 window class we'll use for the Win32 window that the
|
||||
* plugin can embed itself in.
|
||||
*/
|
||||
constexpr char yabridge_window_class_name[] = "yabridge plugin";
|
||||
|
||||
/**
|
||||
* Get the atom with the specified name. May throw when
|
||||
* `xcb_intern_atom_reply()` returns an error. Returns `XCB_ATOM_NONE` when the
|
||||
|
||||
Reference in New Issue
Block a user