1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-11-27 20:51:17 +00:00

Change width/height to 3x apple window size

This commit is contained in:
Peter Evans 2018-03-07 15:23:00 -06:00
parent d5450bf743
commit b00442a1c4

View File

@ -38,8 +38,8 @@ static char error_buffer[ERRBUF_SIZE] = "";
* 640x480, but because the Apple II has a 4.375:3 aspect ratio, we had
* to bump up the width to a number that respects that ratio.
*/
static int width = 700;
static int height = 480;
static int width = 840;
static int height = 576;
static int flags = 0;