diff options
Diffstat (limited to 'src/x11.c')
-rw-r--r-- | src/x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |