From a0f20ccbf324af0e4a101083f2dce7516a79771f Mon Sep 17 00:00:00 2001 From: nakst <> Date: Thu, 6 Jan 2022 16:49:26 +0000 Subject: [PATCH] change themeCursorData in SystemStartupDataHeader to EsHandle --- desktop/prefix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/prefix.h b/desktop/prefix.h index 796b967..37201ac 100644 --- a/desktop/prefix.h +++ b/desktop/prefix.h @@ -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