Phosphor
Qt6 / Wayland library suite for window-management tools
 
Loading...
Searching...
No Matches
PhosphorScreens.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// PhosphorScreens — domain-free screen-topology library for Qt6 Wayland.
7//
8// Umbrella header that pulls in the entire public surface. Callers can
9// include this for convenience or pick individual headers for smaller
10// compile-time footprint.
11
23
24namespace Phosphor::Screens {
25
26// Reserved. Additional types arrive in the lift-and-shift PRs.
27
28} // namespace Phosphor::Screens
Definition IWindowTrackingService.h:26