Re: [cc65] tgi_init functionality change request

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2004-11-18 14:28:57
On Sat, Nov 13, 2004 at 03:16:16PM -0500, Greg King wrote:
> Most of the things that tgi_init() now does should be moved to
> tgi_install().  The default settings should be initiated only once; after
> that, the current settings -- whatever they happen to be -- should be
> retained.

Sounds like a profound argument, but it would need several changes:

  * The name tgi_init would be wrong after that change. The function should
    probably be renamed to tgi_graph_on or something similar. This would also
    mean that the driver entry point should be renamed.

  * Without being in graphics mode, the C wrapper functions cannot call the
    driver. So quite some functionality that is currently in tgi_init cannot
    be moved to tgi_install, but has to be moved into the driver itself.

This would mean that quite some changes are necessary, because there are
already 10 TGI drivers available, and of course I'm the one who is supposed to
make these changes. So my decision is that I won't promise anything:-) I will
place it onto the todo list, and there it will stay until I make the changes
or not:-)

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu Nov 18 14:29:00 2004

This archive was generated by hypermail 2.1.8 : 2004-11-18 14:29:10 CET