diff options
| author | Federico Angelilli <code@fedang.net> | 2023-11-15 23:19:27 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2023-11-15 23:19:27 +0100 |
| commit | 72719852caee7076227cc999d086e3847609dc1f (patch) | |
| tree | 45a05a10573474eae40b5290a09246f0842b48cf /connection.h | |
| parent | 22086e50382b99de092899a203e520c30f50b618 (diff) | |
Move event source from window to connection
The draw pipeline has been momentarily disconnected
Diffstat (limited to 'connection.h')
| -rw-r--r-- | connection.h | 3 |
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 |
