mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-30 21:32:02 +00:00
Remove extra semicolons, convert #define x() {...} to do {...} while (0) style (#444)
* Remove extra semicolons, convert #define x() {...} to do {...} while (0) style
* Fix missing brace in INIT-specific definition of init_kbd_startup
This commit is contained in:
@@ -302,13 +302,13 @@ dostaking_mouse_up(int newx, int newy)
|
||||
currentmouse->Cursor.Last.width = w = currentdsp->Display.width - newx;
|
||||
} else {
|
||||
currentmouse->Cursor.Last.width = w = 16;
|
||||
};
|
||||
}
|
||||
|
||||
if (currentdsp->Display.height < (newy + 16)) {
|
||||
currentmouse->Cursor.Last.height = h = currentdsp->Display.height - newy;
|
||||
} else {
|
||||
currentmouse->Cursor.Last.height = h = 16;
|
||||
};
|
||||
}
|
||||
|
||||
srcbpl = currentdsp->Display.width;
|
||||
dstbpl = 16;
|
||||
|
||||
Reference in New Issue
Block a user