diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index b22af5c830d..7c1bb1c2819 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -4287,7 +4287,7 @@ x_get_monitor_attributes_xrandr (struct x_display_info *dpyinfo) | |||
| 4287 | n_monitors = resources->noutput; | 4287 | n_monitors = resources->noutput; |
| 4288 | monitors = xzalloc (n_monitors * sizeof *monitors); | 4288 | monitors = xzalloc (n_monitors * sizeof *monitors); |
| 4289 | 4289 | ||
| 4290 | #ifdef RANDR13_LIBRARY | 4290 | #if RANDR13_LIBRARY |
| 4291 | if (randr13_avail) | 4291 | if (randr13_avail) |
| 4292 | pxid = XRRGetOutputPrimary (dpy, dpyinfo->root_window); | 4292 | pxid = XRRGetOutputPrimary (dpy, dpyinfo->root_window); |
| 4293 | #endif | 4293 | #endif |