Make the debug logging functions consistent

They now all output the same format of:
[time since program start] msg
This commit is contained in:
Kovid Goyal
2024-04-08 12:53:55 +05:30
parent 208490f4e1
commit 8fc96c5bd7
23 changed files with 73 additions and 58 deletions

1
glfw/wl_init.c vendored
View File

@@ -56,6 +56,7 @@
#include <linux/input.h>
#endif
#define debug debug_rendering
static int min(int n1, int n2)
{