Implement part of the XEmbed protocol

This commit is contained in:
Robbert van der Helm
2020-03-20 22:56:04 +01:00
parent 4ae1f03e4c
commit 50f26d1238
2 changed files with 33 additions and 8 deletions
+1
View File
@@ -84,4 +84,5 @@ class Editor {
win32_handle;
std::unique_ptr<xcb_connection_t, decltype(&xcb_disconnect)> x11_connection;
xcb_atom_t xcb_xembed_info;
};