b5e7078d93
Premature optimization that tried to cache monitors but the cache did not take into account the parameter values. The call `get_monitors(..., ..., false, true);` would get all connected and unconncected monitors a subsequent call `get_monitors(..., ..., true, false);` would get back the same list of monitors even though it requested only connected monitors. Additionally `get_monitors` is never called periodically so the optimization really didn't help much. |
||
---|---|---|
.. | ||
all.hpp | ||
composite.hpp | ||
fwd.hpp | ||
randr.hpp | ||
xkb.hpp |