From mint-bounce@lists.fishpool.fi Mon Jan 2 19:20:44 2006 X-Original-To: fnaumann@mail.boerde.de Delivered-To: fnaumann@mail.boerde.de From: "Standa Opichal" To: Subject: [MiNT] PRN_SETTINGS is/will be NVDI only? Date: Mon, 2 Jan 2006 13:14:15 -0500 Message-ID: <000601c60fc8$587164a0$0480a8c0@in.systinet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <200601021751.k02HpPc24211@www.atari-users.net> Thread-Index: AcYPxWxjvcSX5rwEQzGChZUis8N7lAAAqF6w X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-To: mint-bounce@lists.fishpool.fi X-original-sender: opichals@seznam.cz Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: X-Virus-Scanned: by amavisd-new at relay.boerde.de X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de X-Spam-Status: No, hits=-0.9 tagged_above=-50.5 required=7.0 tests=AWL, BAYES_00, UPPERCASE_25_50 X-Spam-Level: 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; > + } > +