diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c index 7ca791afa18..1a0e9f50cdd 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -8580,6 +8580,8 @@ This should be called from a variable watcher for `x-gtk-use-native-input'. */) | |||
| 8580 | gtk_im_context_set_client_window (FRAME_X_OUTPUT (f)->im_context, | 8580 | gtk_im_context_set_client_window (FRAME_X_OUTPUT (f)->im_context, |
| 8581 | gtk_widget_get_window (widget)); | 8581 | gtk_widget_get_window (widget)); |
| 8582 | #endif | 8582 | #endif |
| 8583 | |||
| 8584 | return Qnil; | ||
| 8583 | } | 8585 | } |
| 8584 | 8586 | ||
| 8585 | /*********************************************************************** | 8587 | /*********************************************************************** |