diff options
Diffstat (limited to 'connection.h')
| -rw-r--r-- | connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connection.h b/connection.h index 1cb0160..b187b7a 100644 --- a/connection.h +++ b/connection.h @@ -16,8 +16,8 @@ struct Connection { xcb_screen_t *screen; xcb_randr_screen_size_t *screen_size; double screen_dpi; + int screen_depth; xcb_visualtype_t *visual_type; - xcb_depth_t *depth; xcb_xrm_database_t *database; xcb_errors_context_t *errors; xcb_ewmh_connection_t ewmh; |
