X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=draw.h;h=a54735fe117770bdc964290d4d7eda4387879a1c;hb=21a44c336aa8cd16a38f3c682386528c8f112650;hp=cbf77f4721fda3721e0d987ffb6f5a299706e9e3;hpb=447740095b0491c84370083c0ee2bf281aa502bd;p=xboard.git diff --git a/draw.h b/draw.h index cbf77f4..a54735f 100644 --- a/draw.h +++ b/draw.h @@ -56,15 +56,8 @@ void ResizeBoardWindow P((int w, int h, int inhibit)); void CreateGrid P((void)); void CreateGCs P((int redo)); void DelayedDrag P((void)); -void ReadBitmap P((Pixmap *pm, String name, unsigned char bits[], - u_int wreq, u_int hreq)); -extern XFontStruct *coordFontStruct, *countFontStruct; -extern Font coordFontID, countFontID; -extern int xScreen; extern int lineGap, squareSize; -extern Pixel lightSquareColor, darkSquareColor, whitePieceColor, blackPieceColor, - highlightSquareColor, premoveHighlightColor; // defined in draw.c void CreateGCs P((int redo));