summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2021-11-04 17:44:13 +0000
committerPhil Jones <philj56@gmail.com>2021-11-04 17:44:13 +0000
commitac1e4143756fb06e9e2c12280b28c979fde34c78 (patch)
treed7b8044f79b41091fbf0a375074c1b0c6d74661c /src/main.c
parent2eb3e98cc31bb8358e89784f967900827a5face3 (diff)
Print both real and cpu time in debug logs.
Also various minor cleanup.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 8c53838..d903c32 100644
--- a/src/main.c
+++ b/src/main.c
@@ -615,6 +615,8 @@ int main(int argc, char *argv[])
.window = {
.background_color = {0.89, 0.8, 0.824, 1.0},
.scale = 1,
+ .width = 640,
+ .height = 480,
.surface = { .width = 640, .height = 480 },
.entry = {
.border = {