finished disco debugging

This commit is contained in:
Amy Bowersox
2019-12-11 14:27:14 -07:00
parent 372f48eab7
commit 6a4938e4ee
3 changed files with 0 additions and 19 deletions

View File

@@ -107,11 +107,8 @@ hdc.rectangle(cmd2_rect[0], cmd2_rect[1], cmd2_rect[2], cmd2_rect[3])
hdc.rectangle(cmd3_rect[0], cmd3_rect[1], cmd3_rect[2], cmd3_rect[3])
hdc.rectangle(cmd4_rect[0], cmd4_rect[1], cmd4_rect[2], cmd4_rect[3])
print('GOT HERE 1')
hdc_bits.select_object(bmp_freehand)
print('GOT HERE 2')
hdc.bitblt(cmd1_rect[0] + 6, cmd1_rect[1] + 6, cmd1_rect[0] + 54, cmd1_rect[1] + 54, hdc_bits, 0, 0, 0)
print('GOT HERE 3')
# Main message loop
msg = {}