diff options
Diffstat (limited to 'userland/windowserver/ws.h')
-rw-r--r-- | userland/windowserver/ws.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/userland/windowserver/ws.h b/userland/windowserver/ws.h index 6f8eee3..477f123 100644 --- a/userland/windowserver/ws.h +++ b/userland/windowserver/ws.h @@ -14,6 +14,8 @@ typedef struct { int y; int sx; int sy; + int buffer_sx; + int buffer_sy; } WINDOW; typedef struct { |