mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-30 11:10:23 -04:00
term_mouse_grabbed(): make ‘seat’ argument const
This commit is contained in:
parent
1217cb50d2
commit
a835436537
2 changed files with 4 additions and 3 deletions
|
|
@ -759,7 +759,7 @@ void term_mouse_up(
|
|||
void term_mouse_motion(
|
||||
struct terminal *term, int button, int row, int col,
|
||||
bool shift, bool alt, bool ctrl);
|
||||
bool term_mouse_grabbed(const struct terminal *term, struct seat *seat);
|
||||
bool term_mouse_grabbed(const struct terminal *term, const struct seat *seat);
|
||||
void term_xcursor_update(struct terminal *term);
|
||||
void term_xcursor_update_for_seat(struct terminal *term, struct seat *seat);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue