mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 07:30:21 +00:00
Resolve warning: no previous extern declaration for non-static variable in llcolor.c
This commit is contained in:
parent
a06e4c949d
commit
ea022aa61c
@ -34,9 +34,14 @@
|
||||
|
||||
#include "llcolordefs.h"
|
||||
|
||||
extern int MonoOrColor;
|
||||
extern DLword *ColorDisplayRegion68k;
|
||||
extern int Dispcolorsize;
|
||||
extern int Inited_Color;
|
||||
|
||||
int MonoOrColor = MONO_SCREEN;
|
||||
DLword *ColorDisplayRegion68k;
|
||||
int Dispcolorsize;
|
||||
DLword *ColorDisplayRegion68k = NULL;
|
||||
int Dispcolorsize = 0;
|
||||
int Inited_Color = NIL;
|
||||
extern struct pixrect *ColorDisplayPixrect;
|
||||
extern int displaywidth, displayheight, FrameBufferFd;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user