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
34d5ae1e
Commit
34d5ae1e
authored
May 24, 1995
by
Karl Heuer
Browse files
(hack_wm_protocols): Use cast instead of suffix.
parent
c760f47e
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 @
34d5ae1e
...
...
@@ -2303,7 +2303,7 @@ hack_wm_protocols (f, widget)
if
((
XGetWindowProperty
(
dpy
,
w
,
FRAME_X_DISPLAY_INFO
(
f
)
->
Xatom_wm_protocols
,
0L
,
100
L
,
False
,
XA_ATOM
,
(
long
)
0
,
(
long
)
100
,
False
,
XA_ATOM
,
&
type
,
&
format
,
&
nitems
,
&
bytes_after
,
(
unsigned
char
**
)
&
atoms
)
==
Success
)
...
...
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