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 9ff77738c11..35e2a236f89 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -4286,7 +4286,7 @@ x_get_monitor_attributes_xrandr (struct x_display_info *dpyinfo) | |||
| 4286 | n_monitors = resources->noutput; | 4286 | n_monitors = resources->noutput; |
| 4287 | monitors = xzalloc (n_monitors * sizeof *monitors); | 4287 | monitors = xzalloc (n_monitors * sizeof *monitors); |
| 4288 | 4288 | ||
| 4289 | #ifdef RANDR13_LIBRARY | 4289 | #if RANDR13_LIBRARY |
| 4290 | if (randr13_avail) | 4290 | if (randr13_avail) |
| 4291 | pxid = XRRGetOutputPrimary (dpy, dpyinfo->root_window); | 4291 | pxid = XRRGetOutputPrimary (dpy, dpyinfo->root_window); |
| 4292 | #endif | 4292 | #endif |