summaryrefslogtreecommitdiffstats
path: root/src/gui_motif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_motif.c')
-rw-r--r--src/gui_motif.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/gui_motif.c b/src/gui_motif.c
index a9845b28f5..67f9c632a1 100644
--- a/src/gui_motif.c
+++ b/src/gui_motif.c
@@ -1996,7 +1996,11 @@ do_mnemonic(Widget w, unsigned int keycode)
* Callback routine for dialog mnemonic processing.
*/
static void
-mnemonic_event(Widget w, XtPointer call_data UNUSED, XKeyEvent *event)
+mnemonic_event(
+ Widget w,
+ XtPointer call_data UNUSED,
+ XKeyEvent *event,
+ Boolean *b UNUSED)
{
do_mnemonic(w, event->keycode);
}
@@ -3565,7 +3569,8 @@ find_replace_callback(
find_replace_keypress(
Widget w UNUSED,
SharedFindReplace *frdp,
- XKeyEvent *event)
+ XKeyEvent *event,
+ Boolean *b UNUSED)
{
KeySym keysym;