mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
* xterm.h: Remove condition for declaration of
x_*_window_to_frame.
This commit is contained in:
parent
df1204818a
commit
04f4b72d09
2 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* xterm.h: Remove condition for declaration of
|
||||
x_*_window_to_frame.
|
||||
|
||||
2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* dispnew.c (Fsend_string_to_terminal): Make it work again on the
|
||||
|
|
|
|||
|
|
@ -376,11 +376,9 @@ extern void check_x P_ ((void));
|
|||
|
||||
extern struct frame *x_window_to_frame P_ ((struct x_display_info *, int));
|
||||
|
||||
#if defined (USE_X_TOOLKIT) || defined (USE_GTK)
|
||||
extern struct frame *x_any_window_to_frame P_ ((struct x_display_info *, int));
|
||||
extern struct frame *x_menubar_window_to_frame P_ ((struct x_display_info *, int));
|
||||
extern struct frame *x_top_window_to_frame P_ ((struct x_display_info *, int));
|
||||
#endif
|
||||
|
||||
/* This is a chain of structures for all the X displays currently in use. */
|
||||
extern struct x_display_info *x_display_list;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue