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
996e89cd
Commit
996e89cd
authored
Apr 21, 1994
by
Richard M. Stallman
Browse files
(x_make_frame_visible): Args to x_set_offset were swapped.
parent
4bb45197
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xterm.c
src/xterm.c
+1
-1
No files found.
src/xterm.c
View file @
996e89cd
...
...
@@ -5372,7 +5372,7 @@ x_make_frame_visible (f)
if
(
!
FRAME_VISIBLE_P
(
f
))
{
#ifdef HAVE_X11
x_set_offset (f, f->display.x->
top
_pos, f->display.x->
left
_pos, 0);
x_set_offset
(
f
,
f
->
display
.
x
->
left
_pos
,
f
->
display
.
x
->
top
_pos
,
0
);
if
(
!
EQ
(
Vx_no_window_manager
,
Qt
))
x_wm_set_window_state
(
f
,
NormalState
);
...
...
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