diff options
Diffstat (limited to 'src/surface.h')
-rw-r--r-- | src/surface.h | 3 |
1 files changed, 1 insertions, 2 deletions
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<stdint.h> #include<stdbool.h> -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 |