From mint-bounce@lists.fishpool.fi Mon Dec 7 23:02:14 2009 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=0mkRBhgEqPxSpiYl8cNnUS3N5J5T4/yQ+mvUaa0OS3o=; b=beRd90UiDCsrfJFMfm8P3hF1wYy1Sd6NwWjxkovUxPQ3c5W9PwfhtXYHuQxLkcJ97t FqcMYQNGwpFna0DGb7Pbc/KYBImwTRCjY362R5H3WqC2KobU3YXyosBMXJIgpkh8CAVP meUrSAzRW6cogpmMfX9P8VKSNAz0XETT2vptg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=jbwm/BwT9sO/C5+oxt+Z1GpEulPoyk+ofS9fX92EVxLFHAZMwwM6oCVT8hkHUMsOG5 Z21UWn6MOfg1VXTDrJ2QebD0NJRMpyBN7P3OU+kFlPK54dSYAzpjPXawTKjALto5WD0k VEBvm7ZmBRvb9G/2yqdzkdnKWAs+y82bJvF3E= MIME-Version: 1.0 In-Reply-To: <11a6f2b10912071957r3088a79dx6b13ff35c4416b4e@mail.gmail.com> References: <11a6f2b10912070147g2fbbe909u466a57ae8b89456c@mail.gmail.com> <200912071227.p58199@b.maus.de> <11a6f2b10912071957r3088a79dx6b13ff35c4416b4e@mail.gmail.com> Date: Tue, 8 Dec 2009 14:58:35 +1100 Message-ID: <11a6f2b10912071958v765514d0ne565e535cc8931e0@mail.gmail.com> Subject: [MiNT] Fwd: vq_scrninfo From: Paul Wratt To: mint Content-Type: text/plain; charset=ISO-8859-1 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: paul.wratt@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: ---------- Forwarded message ---------- From: Paul Wratt Date: Tue, Dec 8, 2009 at 2:57 PM Subject: Re: [MiNT] vq_scrninfo To: Gerhard Stoll On Mon, Dec 7, 2009 at 10:27 PM, Gerhard Stoll wrote: >> good time to use "vq_scrninfo()." What are its impact for non-fVDI's > > Is it present if you find the cookie EdDI. EdDI came with NVDI 2.5. There is > also an standalone version. From version 1.1 of the cookie you get some more > information. > > It it also present in the NOVA VDI. > > Gerhard > Thanks In XaAES... >From MT_GEMX.H /* * The following functions requires EdDI version 1.x or higher */ void v_clsbm (short handle); void v_opnbm (short *work_in, MFDB *bitmap, short *handle, short *work_out); void vq_scrninfo (short handle, short *work_out); note: "work_out" is used in "k_init" in K_INIT.C "vq_scrninfo" is currently only mentioned in MT_GEMX.C (file content search or "xaaes/src.km" folder) Paul