Rearrange editor functions

This commit is contained in:
Robbert van der Helm
2021-06-15 11:00:22 +02:00
parent 42e1e49ab9
commit efeb8d7348
2 changed files with 14 additions and 14 deletions
+5 -5
View File
@@ -140,6 +140,11 @@ class Editor {
const size_t parent_window_handle,
std::optional<fu2::unique_function<void()>> timer_proc = std::nullopt);
/**
* Handle X11 events sent to the window our editor is embedded in.
*/
void handle_x11_events() const noexcept;
/**
* Get the Win32 window handle so it can be passed to an `effEditOpen()`
* call. This will return the child window's handle if double editor
@@ -158,11 +163,6 @@ class Editor {
*/
bool supports_ewmh_active_window() const;
/**
* Handle X11 events sent to the window our editor is embedded in.
*/
void handle_x11_events() const noexcept;
/**
* Lie to the Wine window about its coordinates on the screen for
* reparenting without using XEmbed. See the comment at the top of the