summaryrefslogtreecommitdiff
path: root/userland/windowserver/ws.h
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2024-11-28 00:06:09 +0100
committerAnton Kling <anton@kling.gg>2024-11-28 00:12:17 +0100
commit54869df7835565d0983096f65326cdd2d5f4f3d8 (patch)
tree3124d37d170bb14bfcc315442e410c0b76a05cf1 /userland/windowserver/ws.h
parent5fdba54196c7171ddebb29aef597b965a1b1ead1 (diff)
changes
Diffstat (limited to 'userland/windowserver/ws.h')
-rw-r--r--userland/windowserver/ws.h1
1 files changed, 1 insertions, 0 deletions
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;