*: Also fix the adjacent errors

This commit is contained in:
ZyX
2016-06-10 22:35:18 +03:00
parent d359bb3f60
commit 739f066afe
8 changed files with 62 additions and 61 deletions

View File

@@ -21,7 +21,7 @@
// Call a function in the UI thread
#define UI_CALL(ui, name, argc, ...) \
((UIBridgeData *)ui)->scheduler( \
event_create(1, ui_bridge_##name##_event, argc, __VA_ARGS__), UI(ui))
event_create(1, ui_bridge_##name##_event, argc, __VA_ARGS__), UI(ui))
#define INT2PTR(i) ((void *)(uintptr_t)i)
#define PTR2INT(p) ((int)(uintptr_t)p)