mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-04 23:44:42 +00:00
Remove references to KATANA and replace with MAIKO
No functional difference. Replaces a few leftover references to a prior project name for the C implementation of the Lisp Virtual Machine with the current name.
This commit is contained in:
@@ -119,7 +119,7 @@ void DSP_SetMousePos(LispPTR *args)
|
||||
/****************************************************
|
||||
*
|
||||
* DSP_ScreenWidth() entry of SUBRCALL 67 0
|
||||
* called from "\Katana.DisplayWidth".
|
||||
* called from UPDATESCREENDIMENSIONS
|
||||
*
|
||||
****************************************************/
|
||||
LispPTR DSP_ScreenWidth(LispPTR *args)
|
||||
@@ -128,7 +128,7 @@ LispPTR DSP_ScreenWidth(LispPTR *args)
|
||||
/****************************************************
|
||||
*
|
||||
* DSP_ScreenHight() entry of SUBRCALL 68 0
|
||||
* called from "\Katana.DisplayHeight".
|
||||
* called from UPDATESCREENDIMENSIONS
|
||||
*
|
||||
****************************************************/
|
||||
LispPTR DSP_ScreenHight(LispPTR *args)
|
||||
|
||||
Reference in New Issue
Block a user