mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-17 22:05:22 -05:00
config: fix comment: -1 is a valid ‘px’ value
This commit is contained in:
parent
25c2379d5f
commit
6d0cf814bc
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
|
@ -54,7 +54,7 @@ struct config_mouse_binding {
|
|||
} pipe;
|
||||
};
|
||||
|
||||
/* If px == -1, neither px nor pt is valid. If px == 0, pt is valid, else px */
|
||||
/* If px != 0 then px is valid, otherwise pt is valid */
|
||||
union pt_or_px {
|
||||
int16_t px;
|
||||
float pt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue