1
Fork 0
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:
Karl Heuer 1995-05-24 03:49:46 +00:00
parent c760f47e2d
commit 34d5ae1e25

View file

@ -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)