mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 15:36:34 +00:00
Remove duplicate #defines for items that are in display.h
This commit is contained in:
parent
9f01c92438
commit
b033302d2a
@ -573,13 +573,6 @@ typedef struct {
|
||||
LispPTR CUDATA;
|
||||
} CURSOR;
|
||||
|
||||
#define DLWORD_PERLINE (displaywidth / 16)
|
||||
#define HARD_CURSORWIDTH 16
|
||||
#define HARD_CURSORHEIGHT 16
|
||||
#define COLOR_BITSPER_PIXEL 8
|
||||
/* For MonoOrColor */
|
||||
#define MONO_SCREEN 0
|
||||
#define COLOR_SCREEN 1
|
||||
#define CursorClippingX(posx, width) \
|
||||
{ \
|
||||
if (displaywidth < (posx + HARD_CURSORWIDTH)) { \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user