The old_icon is ready to be removed bignum does not need init anymore.
This commit is contained in:
@@ -23,7 +23,6 @@ MODULE_EXPORT void MtxOrb_output (Driver *drvthis, int on);
|
||||
MODULE_EXPORT char MtxOrb_getkey (Driver *drvthis);
|
||||
MODULE_EXPORT char * MtxOrb_get_info (Driver *drvthis);
|
||||
|
||||
MODULE_EXPORT void MtxOrb_init_num (Driver *drvthis);
|
||||
MODULE_EXPORT void MtxOrb_num (Driver *drvthis, int x, int num);
|
||||
|
||||
/* Old stuff to be removed */
|
||||
@@ -32,6 +31,8 @@ MODULE_EXPORT void MtxOrb_old_hbar (Driver *drvthis, int x, int y, int len);
|
||||
MODULE_EXPORT void MtxOrb_old_icon (Driver *drvthis, int which, char dest);
|
||||
MODULE_EXPORT void MtxOrb_init_old_vbar (Driver *drvthis);
|
||||
MODULE_EXPORT void MtxOrb_init_old_hbar (Driver *drvthis);
|
||||
MODULE_EXPORT void MtxOrb_init_old_num (Driver *drvthis);
|
||||
/* Old stuff to be removed */
|
||||
|
||||
/* New version */
|
||||
MODULE_EXPORT void MtxOrb_icon (Driver *drvthis, int x, int y, int icon);
|
||||
|
||||
Reference in New Issue
Block a user