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

Re: [MiNT] [AES DOC] graf_xhandle



Hello,

I received some results:

NAES 1.2 and NAES 2.0 return device_id=0
=> NAES doesn't support this extension.

MagiC 6.20 returns the device_id of the screen opened by the AES (device_id returned by graf_xhandle = Getrez()+2).

So, this seems to be a MagiC feature, but i don't know from which version of MagiC!

If you use MagiC < 6.20, please try my little test software
http://arnaud.bercegeay.free.fr/gemlib/tstgxhdl.zip

best regards,
Arnaud.


On Mon, 04 Oct 2004 21:07:57 +0200, Arnaud BERCEGEAY <arnaud.bercegeay@free.fr> wrote:

Hello,

So just in bind of graf_xhandle() intout[5]=0; the AES have not to change this, if this feature is not support so intout[5] will stay at 0.

Done.

I've done a small utility to test this function
http://arnaud.bercegeay.free.fr/gemlib/tstgxhdl.zip

The archive contains the source code and the binary. This utility displays: - the device-id returned by the AES (graf_xhandle), which is 0 if the AES doesn't support this extension,
- and the device-id computed using "Getrez()+2".

Please test it, and report here (or to me) your result :
- value of device-id
- value of Getrez()+2
- the AES you use (NAES? MagiC?...)

Your feedback is needed.

best regards,
Arnaud.