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

[MiNT] Fwd: vq_scrninfo



---------- Forwarded message ----------
From: Paul Wratt <paul.wratt@gmail.com>
Date: Tue, Dec 8, 2009 at 2:57 PM
Subject: Re: [MiNT] vq_scrninfo
To: Gerhard Stoll <Gerhard_Stoll@b.maus.de>


On Mon, Dec 7, 2009 at 10:27 PM, Gerhard Stoll <Gerhard_Stoll@b.maus.de> 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