Browse Source

Re introduce a safe margin on the bottom boarder

macOS 10.13 debug crashes with out this, so oviously stuff is still being rendered down here.
pull/401/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
1d87872d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      defs.h

2
defs.h

@ -109,7 +109,7 @@
#define BORDER_LEFT 64
#define BORDER_TOP 160
#define BORDER_RIGHT 64
#define BORDER_BOTTOM 0
#define BORDER_BOTTOM 16
#define SCREEN_X BORDER_LEFT
#define SCREEN_Y BORDER_TOP

Loading…
Cancel
Save