aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index ebb631716eb..906ff3d664f 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -2303,7 +2303,7 @@ hack_wm_protocols (f, widget)
2303 2303
2304 if ((XGetWindowProperty (dpy, w, 2304 if ((XGetWindowProperty (dpy, w,
2305 FRAME_X_DISPLAY_INFO (f)->Xatom_wm_protocols, 2305 FRAME_X_DISPLAY_INFO (f)->Xatom_wm_protocols,
2306 0L, 100L, False, XA_ATOM, 2306 (long)0, (long)100, False, XA_ATOM,
2307 &type, &format, &nitems, &bytes_after, 2307 &type, &format, &nitems, &bytes_after,
2308 (unsigned char **) &atoms) 2308 (unsigned char **) &atoms)
2309 == Success) 2309 == Success)