Mercurial > emacs
changeset 11894:b20c45d49063
(hack_wm_protocols): Use cast instead of suffix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 24 May 1995 03:49:46 +0000 |
parents | 1f70ffad3d6d |
children | 81f2806578ed |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)