Skip to content

Commit

Permalink
Fixing build break.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexarian committed Jul 10, 2022
1 parent 5a36a56 commit cf07999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrdp/xrdp_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ process_display_control_monitor_layout_data(struct xrdp_wm *wm)
return 0;
}

const struct display_control_monitor_layout_data *description
struct display_control_monitor_layout_data *description
= mm->resize_data;
const unsigned int desc_width = description->description.session_width;
const unsigned int desc_height = description->description.session_height;
Expand Down

0 comments on commit cf07999

Please sign in to comment.