polybar-dwm/include/x11/extensions
patrick96 b5e7078d93 fix(monitor): Remove realloc from get_monitors
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.
2020-04-21 23:59:01 +02:00
..
all.hpp build: remove xdamage extension 2019-06-03 00:46:12 +02:00
composite.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
fwd.hpp build: remove xdamage extension 2019-06-03 00:46:12 +02:00
randr.hpp fix(monitor): Remove realloc from get_monitors 2020-04-21 23:59:01 +02:00
xkb.hpp feat(xkeyboard): Customizable indicators and layouts (#1559) 2019-02-24 22:35:39 +01:00