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. |
||
---|---|---|
.. | ||
extensions | ||
atoms.hpp | ||
background_manager.hpp | ||
connection.hpp | ||
cursor.hpp | ||
ewmh.hpp | ||
icccm.hpp | ||
registry.hpp | ||
tray_client.hpp | ||
tray_manager.hpp | ||
types.hpp | ||
window.hpp | ||
winspec.hpp | ||
xembed.hpp | ||
xresources.hpp |