mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
9 lines
132 B
C++
9 lines
132 B
C++
#pragma once
|
|
|
|
#include "../window/proxywindow.hpp"
|
|
|
|
namespace qs::wayland::util {
|
|
|
|
void scheduleCommit(ProxyWindowBase* window);
|
|
|
|
}
|