diff options
Diffstat (limited to 'src/connect.h')
| -rw-r--r-- | src/connect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connect.h b/src/connect.h index 35ed3d3..2428819 100644 --- a/src/connect.h +++ b/src/connect.h @@ -17,6 +17,7 @@ typedef struct Connection Connection; struct Connection { xcb_connection_t *connection; xcb_screen_t *screen; + xcb_randr_get_screen_info_reply_t *info_reply; xcb_randr_screen_size_t *screen_size; double screen_dpi; int screen_depth; |
