dtwm: Resolved some compiler warnings

This commit is contained in:
alx
2016-04-17 12:58:31 +02:00
committed by Jon Trulson
parent 720fd9365a
commit 2e5bd045ed
4 changed files with 26 additions and 11 deletions

View File

@@ -933,7 +933,7 @@ Draw(
if (g->clock.numseg != 0)
EraseHands (g, (struct tm *) 0);
ClockTick ((XtPointer)g, (XtIntervalId)0);
ClockTick ((XtPointer)g, (XtIntervalId*)NULL);
/* Draw shadow.
*/