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 PhosphorScreens {
25
26// Umbrella namespace marker. Public types live in their per-class headers
27// above; this body is intentionally empty so consumers can still write
28// `using namespace PhosphorScreens;` without dragging in inline state.
29
30} // namespace PhosphorScreens
Definition IWindowTrackingService.h:27