We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a36a56 commit cf07999Copy full SHA for cf07999
xrdp/xrdp_mm.c
@@ -1179,7 +1179,7 @@ process_display_control_monitor_layout_data(struct xrdp_wm *wm)
1179
return 0;
1180
}
1181
1182
- const struct display_control_monitor_layout_data *description
+ struct display_control_monitor_layout_data *description
1183
= mm->resize_data;
1184
const unsigned int desc_width = description->description.session_width;
1185
const unsigned int desc_height = description->description.session_height;
0 commit comments