Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f0e72e79
Commit
f0e72e79
authored
May 29, 1995
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(x_set_frame_parameters): Pass -1 to x_set_offset.
parent
aa3ff7c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xfns.c
src/xfns.c
+1
-1
No files found.
src/xfns.c
View file @
f0e72e79
...
...
@@ -886,7 +886,7 @@ x_set_frame_parameters (f, alist)
f
->
display
.
x
->
win_gravity
=
NorthWestGravity
;
/* Actually set that position, and convert to absolute. */
x_set_offset
(
f
,
leftpos
,
toppos
,
1
);
x_set_offset
(
f
,
leftpos
,
toppos
,
-
1
);
}
if
((
!
NILP
(
icon_left
)
||
!
NILP
(
icon_top
))
...
...
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