aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c
index deedc595cb2..20bccc165f6 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -14490,7 +14490,7 @@ XTmouse_position (struct frame **fp, int insist, Lisp_Object *bar_window,
14490 break; 14490 break;
14491 } 14491 }
14492#ifdef USE_GTK 14492#ifdef USE_GTK
14493 /* We don't wan't to know the innermost window. We 14493 /* We don't want to know the innermost window. We
14494 want the edit window. For non-Gtk+ the innermost 14494 want the edit window. For non-Gtk+ the innermost
14495 window is the edit window. For Gtk+ it might not 14495 window is the edit window. For Gtk+ it might not
14496 be. It might be the tool bar for example. */ 14496 be. It might be the tool bar for example. */
@@ -14521,7 +14521,7 @@ XTmouse_position (struct frame **fp, int insist, Lisp_Object *bar_window,
14521 never use them in that case.) */ 14521 never use them in that case.) */
14522 14522
14523#ifdef USE_GTK 14523#ifdef USE_GTK
14524 /* We don't wan't to know the innermost window. We 14524 /* We don't want to know the innermost window. We
14525 want the edit window. */ 14525 want the edit window. */
14526 f1 = x_window_to_frame (dpyinfo, win); 14526 f1 = x_window_to_frame (dpyinfo, win);
14527#else 14527#else