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
eb506b8d
Commit
eb506b8d
authored
Apr 17, 1994
by
Richard M. Stallman
Browse files
(Xatom_editres_name): Declared.
(Fx_open_connection): Initialize it.
parent
65fd2024
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/xfns.c
src/xfns.c
+4
-0
No files found.
src/xfns.c
View file @
eb506b8d
...
@@ -147,6 +147,9 @@ extern Atom Xatom_wm_delete_window;
...
@@ -147,6 +147,9 @@ extern Atom Xatom_wm_delete_window;
extern
Atom
Xatom_wm_configure_denied
;
/* When our config request is denied */
extern
Atom
Xatom_wm_configure_denied
;
/* When our config request is denied */
extern
Atom
Xatom_wm_window_moved
;
/* When the WM moves us. */
extern
Atom
Xatom_wm_window_moved
;
/* When the WM moves us. */
/* EditRes protocol */
extern
Atom
Xatom_editres_name
;
#else
/* X10 */
#else
/* X10 */
/* Default size of an Emacs window. */
/* Default size of an Emacs window. */
...
@@ -4066,6 +4069,7 @@ Optional second arg XRM_STRING is a string of resources in xrdb format.")
...
@@ -4066,6 +4069,7 @@ Optional second arg XRM_STRING is a string of resources in xrdb format.")
"WM_CONFIGURE_DENIED"
,
False
);
"WM_CONFIGURE_DENIED"
,
False
);
Xatom_wm_window_moved
=
XInternAtom
(
x_current_display
,
"WM_MOVED"
,
Xatom_wm_window_moved
=
XInternAtom
(
x_current_display
,
"WM_MOVED"
,
False
);
False
);
Xatom_editres_name
=
XInternAtom
(
x_current_display
,
"Editres"
,
False
);
UNBLOCK_INPUT
;
UNBLOCK_INPUT
;
#else
/* not HAVE_X11 */
#else
/* not HAVE_X11 */
XFASTINT
(
Vwindow_system_version
)
=
10
;
XFASTINT
(
Vwindow_system_version
)
=
10
;
...
...
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