aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 1019bbc8a7e..a3d5f717193 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -380,6 +380,11 @@ extern struct frame *x_any_window_to_frame P_ ((struct x_display_info *, int));
380extern struct frame *x_menubar_window_to_frame P_ ((struct x_display_info *, int)); 380extern struct frame *x_menubar_window_to_frame P_ ((struct x_display_info *, int));
381extern struct frame *x_top_window_to_frame P_ ((struct x_display_info *, int)); 381extern struct frame *x_top_window_to_frame P_ ((struct x_display_info *, int));
382 382
383#if ! defined (USE_X_TOOLKIT) && ! defined (USE_GTK)
384#define x_any_window_to_frame x_window_to_frame
385#define x_top_window_to_frame x_window_to_frame
386#endif
387
383/* This is a chain of structures for all the X displays currently in use. */ 388/* This is a chain of structures for all the X displays currently in use. */
384extern struct x_display_info *x_display_list; 389extern struct x_display_info *x_display_list;
385 390