Skip to content

Commit

Permalink
; * src/termhooks.h (struct terminal): Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Po Lu committed Mar 2, 2022
1 parent 596d36f commit 8c8093a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/termhooks.h
Original file line number Diff line number Diff line change
Expand Up @@ -835,8 +835,8 @@ struct terminal
/* Called to determine whether a position is on the toolkit tool bar
or menu bar. May be NULL. It should accept five arguments
FRAME, X, Y, MENU_BAR_P, TOOL_BAR_P, and store true into
`menu_bar_p' if X and Y are in FRAME's toolkit menu bar, and true
into `tool_bar_p` if X and Y are in FRAME's toolkit tool bar. */
MENU_BAR_P if X and Y are in FRAME's toolkit menu bar, and true
into TOOL_BAR_P if X and Y are in FRAME's toolkit tool bar. */
void (*toolkit_position_hook) (struct frame *, int, int, bool *, bool *);
} GCALIGNED_STRUCT;

Expand Down

0 comments on commit 8c8093a

Please # to comment.