From 78d4c3f6c83900daa8f7acfe7124a4deacb47059 Mon Sep 17 00:00:00 2001 From: nakst <> Date: Thu, 6 Jan 2022 17:05:40 +0000 Subject: [PATCH] revert change --- desktop/prefix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/prefix.h b/desktop/prefix.h index 37201ac..796b967 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; - EsHandle themeCursorData; + uintptr_t themeCursorData; }; #ifdef KERNEL