hyprland/surface: add hyprland surface opacity support

This commit is contained in:
outfoxxed 2025-01-01 15:28:09 -08:00
parent 08836ca1f3
commit 3a40174ed6
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
14 changed files with 476 additions and 2 deletions

9
src/wayland/util.hpp Normal file
View file

@ -0,0 +1,9 @@
#pragma once
#include <private/qwaylandwindow_p.h>
namespace qs::wayland::util {
void scheduleCommit(QtWaylandClient::QWaylandWindow* window);
}