Update neutrinordp module

Neutrinordp module now compiles with updated monitor resize
interface
This commit is contained in:
matt335672 2024-02-15 14:57:59 +00:00 committed by Koichiro Iwao
parent bfecd1887b
commit dc6ac9758b
1 changed files with 5 additions and 1 deletions

View File

@ -877,8 +877,12 @@ lxrdp_server_version_message(struct mod *mod)
/******************************************************************************/
static int
lxrdp_server_monitor_resize(struct mod *mod, int width, int height)
lxrdp_server_monitor_resize(struct mod *mod, int width, int height,
int num_monitors,
const struct monitor_info *monitors,
int *in_progress)
{
*in_progress = 0;
return 0;
}