]> code.delx.au - gnu-emacs/blobdiff - src/xfns.c
; Revert "Ensure undo-boundary after insert-file-contents."
[gnu-emacs] / src / xfns.c
index b22af5c830d0debd05865dcc2c22dbf0e0dd8f36..7c1bb1c2819d1a39304d99c22e382769e4804dc4 100644 (file)
@@ -4287,7 +4287,7 @@ x_get_monitor_attributes_xrandr (struct x_display_info *dpyinfo)
   n_monitors = resources->noutput;
   monitors = xzalloc (n_monitors * sizeof *monitors);
 
-#ifdef RANDR13_LIBRARY
+#if RANDR13_LIBRARY
   if (randr13_avail)
     pxid = XRRGetOutputPrimary (dpy, dpyinfo->root_window);
 #endif