mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
core/window: move input mask handling + commit scheduling to polish
This commit is contained in:
parent
d6b58521e9
commit
6464ead0f1
7 changed files with 76 additions and 32 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include <private/qwaylandwindow_p.h>
|
||||
#include "../window/proxywindow.hpp"
|
||||
|
||||
namespace qs::wayland::util {
|
||||
|
||||
void scheduleCommit(QtWaylandClient::QWaylandWindow* window);
|
||||
void scheduleCommit(ProxyWindowBase* window);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue