clock: Make some variables static.
This commit is contained in:
parent
0119d770a3
commit
8599a53d24
|
@ -46,7 +46,7 @@ typedef struct
|
||||||
POINT End;
|
POINT End;
|
||||||
} HandData;
|
} HandData;
|
||||||
|
|
||||||
HandData HourHand, MinuteHand, SecondHand;
|
static HandData HourHand, MinuteHand, SecondHand;
|
||||||
|
|
||||||
static void DrawTicks(HDC dc, const POINT* centre, int radius)
|
static void DrawTicks(HDC dc, const POINT* centre, int radius)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue