summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2020-05-20 21:25:52 +0000
committerIan C <ianc@noddybox.co.uk>2020-05-20 21:25:52 +0000
commita983c1ba8c20325f9e9569530e703b8336722e95 (patch)
tree8be355d09f4f715eeed0d94d83c6f35762ac1292
parentd71fef04f16e0d3fa901a0201d0b1b538a12ec1b (diff)
Made window bigger.
-rw-r--r--lunar.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lunar.c b/lunar.c
index 02241a8..f57d899 100644
--- a/lunar.c
+++ b/lunar.c
@@ -46,10 +46,10 @@ static char rcs_id[]="$Id$";
#define WINX 100
#define WINY 100
-#define WINW 320
-#define WINWH 160
-#define WINH 200
-#define WINHH 100
+#define WINW 640
+#define WINWH 320
+#define WINH 400
+#define WINHH 200
#define RND(x) (rand()%(x))