Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
04f4b72d
Commit
04f4b72d
authored
Sep 04, 2009
by
Jan Djärv
Browse files
* xterm.h: Remove condition for declaration of
x_*_window_to_frame.
parent
df120481
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/ChangeLog
src/ChangeLog
+5
-0
src/xterm.h
src/xterm.h
+0
-2
No files found.
src/ChangeLog
View file @
04f4b72d
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
...
...
src/xterm.h
View file @
04f4b72d
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment