diff options
Diffstat (limited to 'src/connect.h')
| -rw-r--r-- | src/connect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connect.h b/src/connect.h index e348bcf..35ed3d3 100644 --- a/src/connect.h +++ b/src/connect.h @@ -25,7 +25,7 @@ struct Connection { xcb_errors_context_t *errors; xcb_ewmh_connection_t ewmh; GSource *source; - GPtrArray *states; + State *state; }; Connection *connect_create(); |
