diff options
Diffstat (limited to 'src/wlclock.h')
-rw-r--r-- | src/wlclock.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wlclock.h b/src/wlclock.h index bf2c19e..8e72269 100644 --- a/src/wlclock.h +++ b/src/wlclock.h @@ -21,7 +21,7 @@ struct Wlclock_dimensions int32_t center_x, center_y, center_size; }; -struct Wlclock +struct Wlclock_context { struct wl_display *display; struct wl_registry *registry; @@ -54,4 +54,7 @@ struct Wlclock struct Wlclock_colour clock_colour; }; +extern struct Wlclock_context context; + #endif + |