diff options
Diffstat (limited to '')
-rw-r--r-- | src/screen_clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen_clock.c b/src/screen_clock.c index 995be6792..493150bb0 100644 --- a/src/screen_clock.c +++ b/src/screen_clock.c @@ -28,7 +28,7 @@ #define ENABLE_SECONDS 0 -static window_t win; +static struct window win; static gboolean enable_seconds = ENABLE_SECONDS; /* orginal variables from gdc.c */ |