hackathon-dev #1

Merged
amy merged 101 commits from hackathon-dev into develop 2019-12-12 13:56:11 -07:00
Showing only changes of commit b96527139f - Show all commits

View File

@ -27,7 +27,7 @@ typedef struct tagSTOCKBITMAPDESC {
const void *data;
} STOCKBITMAPDESC;
static const STOCKBITMAPDESC stock_bitmaps = {
static const STOCKBITMAPDESC stock_bitmaps[] = {
{"freehand", 48, 48, _binary_i_freehand_bin_start },
{"line", 48, 48, _binary_i_line_bin_start },
{"rect", 48, 48, _binary_i_rect_bin_start },