[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] PRN_SETTINGS is/will be NVDI only?



Hi!

Do we really want this only to work with NVDI? No usecase for
other new VDI implementations (without providing fake NVDI cookie?).

STanda

	
> +	DIAG((D_pdlg, client, "create_new_pdlg"));
> +	
> +	if (C.nvdi_version < 0x0410)
> +	{
> +		DIAGS((" -- VDI not capable of PRN_SETTINGS!"));
> +		return (void *)-1L;
> +	}
> +