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
656de71a
Commit
656de71a
authored
Jul 18, 2007
by
Jan Djärv
Browse files
Declare x_ewmh_activate_frame
parent
b7e33a43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
src/ChangeLog
src/ChangeLog
+9
-0
src/xterm.h
src/xterm.h
+1
-0
No files found.
src/ChangeLog
View file @
656de71a
2007-07-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame
* xterm.h: Declare x_ewmh_activate_frame
* xterm.c (x_ewmh_activate_frame): New function.
(XTframe_raise_lower): Move code to x_ewmh_activate_frame.
2007-07-17 Martin Rudalics <rudalics@gmx.at>
* window.c (Fdisplay_buffer): If largest or LRU window is the
...
...
src/xterm.h
View file @
656de71a
...
...
@@ -988,6 +988,7 @@ extern void x_fully_uncatch_errors P_ ((void));
extern
void
x_set_window_size
P_
((
struct
frame
*
,
int
,
int
,
int
));
extern
void
x_set_mouse_position
P_
((
struct
frame
*
,
int
,
int
));
extern
void
x_set_mouse_pixel_position
P_
((
struct
frame
*
,
int
,
int
));
extern
void
x_ewmh_activate_frame
P_
((
struct
frame
*
));
extern
void
x_raise_frame
P_
((
struct
frame
*
));
extern
void
x_lower_frame
P_
((
struct
frame
*
));
extern
void
x_make_frame_visible
P_
((
struct
frame
*
));
...
...
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