JWM Source Documentation
clock.h
Go to the documentation of this file.
00001 00010 #ifndef CLOCK_H 00011 #define CLOCK_H 00012 00013 struct TrayComponentType; 00014 struct TimeType; 00015 00017 void InitializeClock(); 00018 void StartupClock(); 00019 void ShutdownClock(); 00020 void DestroyClock(); 00030 struct TrayComponentType *CreateClock(const char *format, const char *zone, 00031 const char *command, int width, int height); 00032 00039 void SignalClock(const struct TimeType *now, int x, int y); 00040 00041 #endif /* CLOCK_H */ 00042