aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/xterm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 24d48d39d60..ae126a099f9 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -200,6 +200,7 @@ extern struct frame *x_window_to_frame ();
200 200
201#ifdef USE_X_TOOLKIT 201#ifdef USE_X_TOOLKIT
202extern struct frame *x_any_window_to_frame (); 202extern struct frame *x_any_window_to_frame ();
203extern struct frame *x_top_window_to_frame ();
203#endif 204#endif
204 205
205/* The frame (if any) which has the X window that has keyboard focus. 206/* The frame (if any) which has the X window that has keyboard focus.