commit 65fbe4a

uint  ·  2026-08-05 23:53:35 +0000 UTC
parent ef5a246
Add MAUS_EV_LAST sentinel
1 files changed,  +2, -1
+2, -1
 1@@ -62,7 +62,8 @@ typedef enum {
 2 	MAUS_EV_MOUSE_BUTTON,
 3 	MAUS_EV_MOUSE_MOTION,
 4 	MAUS_EV_RESIZE,
 5-	MAUS_EV_REDRAW /* TODO: MAUS_EV_REDRAW for windows */
 6+	MAUS_EV_REDRAW, /* TODO: MAUS_EV_REDRAW for windows */
 7+	MAUS_EV_LAST
 8 } MausEventType;
 9 
10 typedef struct {