mirror of https://gitlab.com/nakst/essence
change themeCursorData in SystemStartupDataHeader to EsHandle
This commit is contained in:
parent
d312c1d475
commit
a0f20ccbf3
|
@ -351,7 +351,7 @@ struct SystemStartupDataHeader {
|
|||
/* TODO Make mount points and devices equal, somehow? */
|
||||
size_t initialMountPointCount;
|
||||
size_t initialDeviceCount;
|
||||
uintptr_t themeCursorData;
|
||||
EsHandle themeCursorData;
|
||||
};
|
||||
|
||||
#ifdef KERNEL
|
||||
|
|
Loading…
Reference in New Issue