change themeCursorData in SystemStartupDataHeader to EsHandle

This commit is contained in:
nakst 2022-01-06 16:49:26 +00:00
parent d312c1d475
commit a0f20ccbf3
1 changed files with 1 additions and 1 deletions

View File

@ -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