Offloaded some browser tabs to TODOs.
This commit is contained in:
parent
0d9f58b5e1
commit
3c93d8c9e7
|
@ -4,6 +4,9 @@
|
|||
uiprivApplication *uiprivApp;
|
||||
|
||||
// TODO see if we can convert this to a string, or use a known type for status_t instead of assuming it's int(32_t)
|
||||
// - https://www.haiku-os.org/docs/api/SupportDefs_8h.html#a0969fa9dac055f91eebe733902dd928a
|
||||
// - https://review.haiku-os.org/c/haiku/+/2171/3/src/system/boot/platform/u-boot/start.cpp
|
||||
- https://github.com/haiku/haiku/blob/master/src/system/libroot/posix/string/strerror.c
|
||||
#define uiprivInitReturnStatus(err, msg, status) uiprivInitReturnErrorf(err, "%s: %ld", msg, status)
|
||||
|
||||
static thread_id mainThread;
|
||||
|
|
Loading…
Reference in New Issue