diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-03-23 11:51:55 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-16 18:23:27 -0400 |
commit | 6b500c797a461c6da3baf6a1be208b232bf84366 (patch) | |
tree | 11f41fc065efa39f18fd768951c128e633e45a9d /man/XtGrabKey.man | |
parent | 101090b0a60c8bc9aa38c8fd42b35119739bc53f (diff) |
fix minor regression in prototype updates
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtGrabKey.man')
-rw-r--r-- | man/XtGrabKey.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/XtGrabKey.man b/man/XtGrabKey.man index 368bb68..2498f69 100644 --- a/man/XtGrabKey.man +++ b/man/XtGrabKey.man @@ -56,7 +56,7 @@ void XtGrabButton(Widget \fIwidget\fP, int \fIbutton\fP, Modifiers int \fIpointer_mode\fP, int \fIkeyboard_mode\fP, Window \fIconfine_to\fP, Cursor \fIcursor\fP); .HP -void XtUngrabButton(Widget \fIwidget\fP, KeyCode \fIbutton\fP, Modifiers +void XtUngrabButton(Widget \fIwidget\fP, unsigned \fIbutton\fP, Modifiers \fImodifiers\fP); .HP int XtGrabPointer(Widget \fIwidget\fP, Boolean \fIowner_events\fP, unsigned |