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