Skip to content

Commit cf07999

Browse files
committed
Fixing build break.
1 parent 5a36a56 commit cf07999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xrdp/xrdp_mm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ process_display_control_monitor_layout_data(struct xrdp_wm *wm)
11791179
return 0;
11801180
}
11811181

1182-
const struct display_control_monitor_layout_data *description
1182+
struct display_control_monitor_layout_data *description
11831183
= mm->resize_data;
11841184
const unsigned int desc_width = description->description.session_width;
11851185
const unsigned int desc_height = description->description.session_height;

0 commit comments

Comments
 (0)