Update neutrinordp module
Neutrinordp module now compiles with updated monitor resize interface
This commit is contained in:
parent
bfecd1887b
commit
dc6ac9758b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user