mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-02 11:50:48 -08:00
(hack_wm_protocols): Use cast instead of suffix.
This commit is contained in:
parent
c760f47e2d
commit
34d5ae1e25
1 changed files with 1 additions and 1 deletions
|
|
@ -2303,7 +2303,7 @@ hack_wm_protocols (f, widget)
|
|||
|
||||
if ((XGetWindowProperty (dpy, w,
|
||||
FRAME_X_DISPLAY_INFO (f)->Xatom_wm_protocols,
|
||||
0L, 100L, False, XA_ATOM,
|
||||
(long)0, (long)100, False, XA_ATOM,
|
||||
&type, &format, &nitems, &bytes_after,
|
||||
(unsigned char **) &atoms)
|
||||
== Success)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue