aboutsummaryrefslogtreecommitdiff
path: root/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'connection.h')
-rw-r--r--connection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/connection.h b/connection.h
index d028cce..6d0a0cf 100644
--- a/connection.h
+++ b/connection.h
@@ -20,6 +20,7 @@ typedef struct {
xcb_xrm_database_t *database;
xcb_errors_context_t *errors;
xcb_ewmh_connection_t ewmh;
+ GSource *source;
} Connection;
Connection *connection_create();
@@ -27,3 +28,5 @@ Connection *connection_create();
void connection_destroy(Connection *con);
#endif
+
+// vim: ts=4 sw=4 et