Phosphor
Qt6 / Wayland library suite for window-management tools
 
Loading...
Searching...
No Matches
PhosphorLayer::TopologyConfig Struct Reference

Tunables for TopologyCoordinator. More...

#include <phosphor-layer/include/PhosphorLayer/TopologyCoordinator.h>

Public Attributes

int debounceMs = 200
 Coalesce screensChanged bursts.
 
bool debugLogDiffs = false
 

Detailed Description

Tunables for TopologyCoordinator.

Declared at namespace scope (rather than nested inside the class) so cfg = {} works as a default argument on the coordinator's constructor — a nested struct with NSDMIs cannot be default-constructed in its own enclosing class's method signatures.

Member Data Documentation

◆ debounceMs

int PhosphorLayer::TopologyConfig::debounceMs = 200

Coalesce screensChanged bursts.

◆ debugLogDiffs

bool PhosphorLayer::TopologyConfig::debugLogDiffs = false

The documentation for this struct was generated from the following file: