diff options
Diffstat (limited to 'app/ssh-askpass/x11-ssh-askpass.h')
-rw-r--r-- | app/ssh-askpass/x11-ssh-askpass.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/ssh-askpass/x11-ssh-askpass.h b/app/ssh-askpass/x11-ssh-askpass.h index 547d2a38f..7875f4c26 100644 --- a/app/ssh-askpass/x11-ssh-askpass.h +++ b/app/ssh-askpass/x11-ssh-askpass.h @@ -160,6 +160,8 @@ typedef struct Screen *screen; long screen_width; long screen_height; + long screen_xoffset; + long screen_yoffset; Window rootWindow; Pixel black; Pixel white; |