aboutsummaryrefslogtreecommitdiffstats
path: root/src/win.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/win.c')
-rw-r--r--src/win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win.c b/src/win.c
index 737f843..40a5cb7 100644
--- a/src/win.c
+++ b/src/win.c
@@ -813,7 +813,7 @@ puglSendEvent(PuglView* view, const PuglEvent* event)
return PUGL_SUCCESS;
}
- return PUGL_UNSUPPORTED_TYPE;
+ return PUGL_UNSUPPORTED;
}
#ifndef PUGL_DISABLE_DEPRECATED