diff options
author | David Robillard <d@drobilla.net> | 2022-05-20 14:23:40 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-21 16:49:47 -0400 |
commit | 692dbf482859e91f0dbadaa97152ab779f9a4648 (patch) | |
tree | d44fc399b8babcb45bc3c9f8e95b784496f06c72 /src/mac.m | |
parent | d8e02dad9e4a19b5b4e5234ea14b6f0f0bef9fab (diff) | |
download | pugl-692dbf482859e91f0dbadaa97152ab779f9a4648.tar.gz pugl-692dbf482859e91f0dbadaa97152ab779f9a4648.tar.bz2 pugl-692dbf482859e91f0dbadaa97152ab779f9a4648.zip |
Rename PUGL_UNSUPPORTED_TYPE to be more generic
Diffstat (limited to 'src/mac.m')
-rw-r--r-- | src/mac.m | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1204,7 +1204,7 @@ puglSendEvent(PuglView* view, const PuglEvent* event) return PUGL_SUCCESS; } - return PUGL_UNSUPPORTED_TYPE; + return PUGL_UNSUPPORTED; } #ifndef PUGL_DISABLE_DEPRECATED |