aboutsummaryrefslogtreecommitdiff
path: root/src/connect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connect.h')
-rw-r--r--src/connect.h2
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();