commit b199f0e

uint  ·  2026-06-05 13:01:57 +0000 UTC
parent a37f9ab
Fix maus_x11 header guards
1 files changed,  +3, -3
+3, -3
 1@@ -1,5 +1,5 @@
 2-#ifndef MAUSWIN_X11_H
 3-#define MAUSWIN_X11_H
 4+#ifndef MAUS_X11_H
 5+#define MAUS_X11_H
 6 
 7 #include <stdbool.h>
 8 #include <stdint.h>
 9@@ -20,5 +20,5 @@ typedef struct {
10 	uint32_t*      pixels;
11 } Maus;
12 
13-#endif /* MAUSWIN_X11_H */
14+#endif /* MAUS_X11_H */
15