mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-02 23:01:25 +00:00
Correct spelling of ...visible (was ...vissible) in all source files.
modified: ../inc/bitblt.h modified: ../inc/devif.h modified: ../src/bitblt.c modified: ../src/dosmouse.c modified: ../src/dspif.c modified: ../src/initdsp.c modified: ../src/keyevent.c modified: ../src/vesafns.asm modified: ../src/vesainit.c modified: ../src/vgainit.c modified: ../src/vmemsave.c modified: ../src/xbbt.c modified: ../src/xc.c modified: ../src/xc.c.orig modified: ../src/xinit.c modified: ../src/xlspwin.c modified: ../src/xscroll.c modified: ../src/xwinman.c
This commit is contained in:
@@ -607,7 +607,7 @@ void taking_mouse_down() {
|
||||
static int src_comp = 0, op = 0, gray = 0, num_gray = 0, curr_gray_line = 0;
|
||||
|
||||
#ifdef DOS
|
||||
(currentdsp->mouse_invissible)(currentdsp, IOPage68K);
|
||||
(currentdsp->mouse_invisible)(currentdsp, IOPage68K);
|
||||
#else
|
||||
if (!DisplayInitialized) return;
|
||||
|
||||
@@ -761,7 +761,7 @@ void copy_cursor(int newx, int newy)
|
||||
void taking_mouse_up(int newx, int newy)
|
||||
{
|
||||
#ifdef DOS
|
||||
(currentdsp->mouse_vissible)(newx, newy);
|
||||
(currentdsp->mouse_visible)(newx, newy);
|
||||
#else
|
||||
if (!DisplayInitialized) return;
|
||||
/* save hidden bitmap */
|
||||
|
||||
Reference in New Issue
Block a user