Phosphor
Qt6 / Wayland library suite for window-management tools
 
Loading...
Searching...
No Matches
SurfaceIdentity.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2026 fuddlesworth
2// SPDX-License-Identifier: LGPL-2.1-or-later
3
4#pragma once
5
6#include <phosphorwayland_export.h>
7
8#include <QtGlobal>
9
10class QWindow;
11
12namespace PhosphorWayland {
13
29[[nodiscard]] PHOSPHORWAYLAND_EXPORT quint32 surfaceObjectId(QWindow* window);
30
31} // namespace PhosphorWayland
Definition ClipboardDevice.h:15
PHOSPHORWAYLAND_EXPORT quint32 surfaceObjectId(QWindow *window)
The Wayland protocol object id of window's wl_surface, or 0 when the window has no realised Wayland s...