1
0
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:
Nick Briggs 2017-06-07 12:00:08 -07:00
parent 9f01c92438
commit b033302d2a

View File

@ -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)) { \