From 6382172ac01ef17913c54177e556706d6ae2ec7f Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Mon, 23 Oct 2023 17:49:31 +0200 Subject: WindowServer: Draw a border around the active window --- 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 80f4726..9236e01 100644 --- a/userland/windowserver/ws.h +++ b/userland/windowserver/ws.h @@ -23,6 +23,7 @@ typedef struct { uint8_t border_size; uint8_t border_color; uint8_t wallpaper_color; + WINDOW *active_window; WINDOW **windows; } DISPLAY; #endif -- cgit v1.2.3