From bab8d5a6c2c6d56a97802bd23b2f5e03f0bec417 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sat, 18 Nov 2023 15:07:24 +0100 Subject: Use a single state in Connection --- src/connect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connect.h') 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(); -- cgit v1.2.3