diff options
Diffstat (limited to 'src/win.c')
-rw-r--r-- | src/win.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -813,7 +813,7 @@ puglSendEvent(PuglView* view, const PuglEvent* event) return PUGL_SUCCESS; } - return PUGL_UNSUPPORTED_TYPE; + return PUGL_UNSUPPORTED; } #ifndef PUGL_DISABLE_DEPRECATED |