library: IPC message handler

This commit is contained in:
Adam
2024-03-24 17:01:58 +00:00
parent 794fe3d852
commit ddf99b23c2

View File

@@ -1056,6 +1056,7 @@ void _bolt_gl_onSwapBuffers(uint32_t window_width, uint32_t window_height) {
if (_bolt_plugin_is_inited()) {
struct SwapBuffersEvent event;
_bolt_plugin_handle_swapbuffers(&event);
_bolt_plugin_handle_messages();
}
}