]> git.eshelyaron.com Git - emacs.git/commitdiff
(hack_wm_protocols): Use cast instead of suffix.
authorKarl Heuer <kwzh@gnu.org>
Wed, 24 May 1995 03:49:46 +0000 (03:49 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 24 May 1995 03:49:46 +0000 (03:49 +0000)
src/xfns.c

index ebb631716eb90b26a38bec390f7c51118e474a92..906ff3d664fa0cb48bc80f239ae033c900f0c27b 100644 (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)