# HG changeset patch # User Karl Heuer # Date 801287386 0 # Node ID b20c45d4906330c8a9cdd8943fb339c5681aced3 # Parent 1f70ffad3d6d31e6fb2f5e734dbe5e1294136455 (hack_wm_protocols): Use cast instead of suffix. diff -r 1f70ffad3d6d -r b20c45d49063 src/xfns.c --- a/src/xfns.c Wed May 24 02:45:21 1995 +0000 +++ b/src/xfns.c Wed May 24 03:49:46 1995 +0000 @@ -2303,7 +2303,7 @@ 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)