diff options
Diffstat (limited to 'x11vnc/winattr_t.h')
-rw-r--r-- | x11vnc/winattr_t.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/winattr_t.h b/x11vnc/winattr_t.h index cfde047..d207abc 100644 --- a/x11vnc/winattr_t.h +++ b/x11vnc/winattr_t.h @@ -9,6 +9,7 @@ typedef struct winattr { int valid; int x, y; int width, height; + int border_width; int depth; int class; int backing_store; |