mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
9 lines
149 B
C++
9 lines
149 B
C++
#pragma once
|
|
|
|
#include <private/qwaylandwindow_p.h>
|
|
|
|
namespace qs::wayland::util {
|
|
|
|
void scheduleCommit(QtWaylandClient::QWaylandWindow* window);
|
|
|
|
}
|