Replaced hardcoded constants with macros.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5569 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
f6825b244a
commit
c136a48eb8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
#include <geos.h>
|
||||
|
||||
// Let's define the window we're operating
|
||||
struct window wholeScreen = {0, 199, 0, 319};
|
||||
struct window wholeScreen = {0, SC_PIX_HEIGHT-1, 0, SC_PIX_WIDTH-1};
|
||||
|
||||
|
||||
void main (void)
|
||||
|
|
Loading…
Add table
Reference in a new issue