From d933ed4dd56f38285f4aef61b487307a497574c5 Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Sun, 14 Nov 2021 04:14:25 +0100 Subject: Use global context --- src/surface.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/surface.h') diff --git a/src/surface.h b/src/surface.h index 9d36f69..716697f 100644 --- a/src/surface.h +++ b/src/surface.h @@ -9,7 +9,6 @@ #include #include -struct Wlclock; struct Wlclock_output; struct Wlclock_surface @@ -31,6 +30,6 @@ struct Wlclock_surface bool create_surface (struct Wlclock_output *output); void destroy_surface (struct Wlclock_surface *surface); void update_surface (struct Wlclock_surface *surface); -void update_all_hands (struct Wlclock *clock); +void update_all_hands (void); #endif -- cgit v1.2.3