mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-19 06:46:24 -04:00
Crosshair coredump fix. Crosshair styles.
Fixed possibilities for coredumps when having a fixed cross hair and modifying the window size to the extend the crosshair would now be out of the window boundaries. Implemented a Crosshair style switch from Full Cross to Vertical Line to Horizontal Line.
This commit is contained in:
parent
c742f640af
commit
9a3ac3a406
8 changed files with 63 additions and 26 deletions
|
|
@ -26,6 +26,7 @@ enum bind_action_normal {
|
|||
BIND_ACTION_CROSSHAIR_MOUSE_POSITION,
|
||||
BIND_ACTION_CROSSHAIR_FIX_POSITION,
|
||||
BIND_ACTION_CROSSHAIR_PIXEL_POSITION,
|
||||
BIND_ACTION_CROSSHAIR_STYLE,
|
||||
BIND_ACTION_FONT_SIZE_UP,
|
||||
BIND_ACTION_FONT_SIZE_DOWN,
|
||||
BIND_ACTION_FONT_SIZE_RESET,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue