diff options
Diffstat (limited to 'userland/windowserver/ws.h')
-rw-r--r-- | userland/windowserver/ws.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |