From 54869df7835565d0983096f65326cdd2d5f4f3d8 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Thu, 28 Nov 2024 00:06:09 +0100 Subject: changes --- userland/windowserver/ws.h | 1 + 1 file changed, 1 insertion(+) (limited to 'userland/windowserver/ws.h') diff --git a/userland/windowserver/ws.h b/userland/windowserver/ws.h index f76523d..b67005e 100644 --- a/userland/windowserver/ws.h +++ b/userland/windowserver/ws.h @@ -10,6 +10,7 @@ typedef struct { int fd; int bitmap_fd; + char bitmap_name[256]; uint32_t *bitmap_ptr; int x; int y; -- cgit v1.2.3