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
34ae77b5
Commit
34ae77b5
authored
Apr 18, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(x_report_frame_params): Report value of `display' parm.
parent
a2416e21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/xfns.c
src/xfns.c
+2
-0
No files found.
src/xfns.c
View file @
34ae77b5
...
...
@@ -964,6 +964,8 @@ x_report_frame_params (f, alistptr)
store_in_alist
(
alistptr
,
Qvisibility
,
(
FRAME_VISIBLE_P
(
f
)
?
Qt
:
FRAME_ICONIFIED_P
(
f
)
?
Qicon
:
Qnil
));
store_in_alist
(
alistptr
,
Qdisplay
,
XCONS
(
FRAME_X_DISPLAY_INFO
(
f
)
->
name_list_element
)
->
car
);
}
...
...
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