@@ -17,7 +17,15 @@ $NetBSD: patch-ab,v 1.1.1.1 2000/12/17 23:32:13 wiz Exp $
1717 int YEAR=0; /* default is to show time, not year */
1818 /* led positions *************************************************************/
1919 int twelve[5] = {5, 14, 24, 28, 37};
20- @@ -85,14 +88,15 @@ static char *help_message[] = {
20+ @@ -77,6 +80,7 @@ void InsertTime();
21+ Pixel GetColor(char *name);
22+ void RedrawWindow( XpmIcon *v);
23+ void InsertTime();
24+ +int mytime();
25+ /*****************************************************************************/
26+ /*****************************************************************************/
27+ static char *help_message[] = {
28+ @@ -85,14 +89,15 @@ static char *help_message[] = {
2129 " -24 24 hour format",
2230 " -exe <program> program to start on click",
2331 " -led <color> color of the led",
@@ -35,7 +43,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2000/12/17 23:32:13 wiz Exp $
3543 NULL
3644 };
3745
38- @@ -173,6 +177 ,9 @@ int main(int argc,char *argv[])
46+ @@ -173,6 +178 ,9 @@ int main(int argc,char *argv[])
3947 case 'n':
4048 ITBLINKS = 0;
4149 continue;
@@ -45,7 +53,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2000/12/17 23:32:13 wiz Exp $
4553 case 'y':
4654 YEAR = 1;
4755 continue;
48- @@ -256,13 +263 ,17 @@ int main(int argc,char *argv[])
56+ @@ -256,13 +264 ,17 @@ int main(int argc,char *argv[])
4957 XShapeCombineMask(dpy, iconwin, ShapeBounding, 0, 0, pixmask, ShapeSet);
5058 }
5159
0 commit comments