aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-01-01 12:02:31 +0100
committerkdx <kikoodx@paranoici.org>2023-01-01 12:02:31 +0100
commit8b9d5342598c79f93737e00c318027baf2737992 (patch)
tree03135685b405dc61a2f0bcaea1ce4dce6e8795ee
parent86fc4a34a99ff2f8205cab1098bd149a0a700002 (diff)
downloadlzr-8b9d5342598c79f93737e00c318027baf2737992.tar.gz
c++ compatibility fix
-rw-r--r--lzr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lzr.h b/lzr.h
index 7bd749e..d8dc18f 100644
--- a/lzr.h
+++ b/lzr.h
@@ -30,7 +30,7 @@ typedef enum LZR_EventType {
LZR_EVENT_QUIT,
LZR_EVENT_BUTTON_DOWN,
LZR_EVENT_BUTTON_UP,
- LZR_EVENT_MOUSE_MOVE,
+ LZR_EVENT_MOUSE_MOVE
} LZR_EventType;
typedef enum LZR_Button {