aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorJan Djärv2009-09-04 04:40:17 +0000
committerJan Djärv2009-09-04 04:40:17 +0000
commit04f4b72d09798c0a14b2ba0fb17f53ffd5e1d3b3 (patch)
treeefdfe9eafe17b604a61669a9c1e61c55cfd455e1 /src/xterm.h
parentdf1204818a023bdde46e36c8cfd878cf0937fab7 (diff)
downloademacs-04f4b72d09798c0a14b2ba0fb17f53ffd5e1d3b3.tar.gz
emacs-04f4b72d09798c0a14b2ba0fb17f53ffd5e1d3b3.zip
* xterm.h: Remove condition for declaration of
x_*_window_to_frame.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 5e83ef87074..1019bbc8a7e 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -376,11 +376,9 @@ extern void check_x P_ ((void));
376 376
377extern struct frame *x_window_to_frame P_ ((struct x_display_info *, int)); 377extern struct frame *x_window_to_frame P_ ((struct x_display_info *, int));
378 378
379#if defined (USE_X_TOOLKIT) || defined (USE_GTK)
380extern struct frame *x_any_window_to_frame P_ ((struct x_display_info *, int)); 379extern struct frame *x_any_window_to_frame P_ ((struct x_display_info *, int));
381extern 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));
382extern 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));
383#endif
384 382
385/* This is a chain of structures for all the X displays currently in use. */ 383/* This is a chain of structures for all the X displays currently in use. */
386extern struct x_display_info *x_display_list; 384extern struct x_display_info *x_display_list;