mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-06 19:14:57 +11:00
9 lines
199 B
C++
9 lines
199 B
C++
#include "util.hpp"
|
|
|
|
#include "../window/proxywindow.hpp"
|
|
|
|
namespace qs::wayland::util {
|
|
|
|
void scheduleCommit(ProxyWindowBase* window) { window->schedulePolish(); }
|
|
|
|
} // namespace qs::wayland::util
|