Separate off drawing routines from xboard.c
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 6 Oct 2012 08:29:06 +0000 (10:29 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 21 Oct 2012 09:28:16 +0000 (11:28 +0200)
commit4784281f00844c4aa5bbe86c1eb59ccb24c603da
tree564d4efb90f5d22da5279b9f3bb2c264aafffeba
parent1361f4143e3f97e179c1a45294b0f72b70804f72
Separate off drawing routines from xboard.c

A new source file draw.c is created to hold all code associated with
board drawing. The routines for loading bitmaps and creating colors
were left in xboard.c, though, as they are also used for handling
icons and colors of widgets.
Makefile.am
xboard.c