mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
9b98b766b2
If the mouse was at the leftmost edge of the screen and there was an action area from 0 to N, the click wouldn't register Before if an action area was defined from A to B it was from A exclusive to B inclusive now it is from A inclusive to B exclusive. This is the same way that the pixel addresses work, since a pixel's coordinate is defined by the top-left corner. Fixes #661 |
||
---|---|---|
.. | ||
bar.hpp | ||
builder.hpp | ||
command_line.hpp | ||
config.hpp | ||
controller.hpp | ||
ipc.hpp | ||
logger.hpp | ||
parser.hpp | ||
renderer.hpp | ||
screen.hpp | ||
taskqueue.hpp | ||
types.hpp |