diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h index b1eedf36a38..ed62e7ace0f 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -1648,7 +1648,7 @@ flush_frame (struct frame *f) | |||
| 1648 | struct MonitorInfo { | 1648 | struct MonitorInfo { |
| 1649 | XRectangle geom, work; | 1649 | XRectangle geom, work; |
| 1650 | int mm_width, mm_height; | 1650 | int mm_width, mm_height; |
| 1651 | const char *name; | 1651 | char *name; |
| 1652 | }; | 1652 | }; |
| 1653 | 1653 | ||
| 1654 | extern void free_monitors (struct MonitorInfo *monitors, int n_monitors); | 1654 | extern void free_monitors (struct MonitorInfo *monitors, int n_monitors); |