summaryrefslogtreecommitdiff
path: root/x11-clocks/eyeclock/files/patch-main.c
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-12 15:06:58 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-12 15:06:58 +0000
commit493a4da4aab2e16d8aa2190f624492b32468e83e (patch)
tree895c3c8f53b6f77e7769fbf7ce063f4037aec9d5 /x11-clocks/eyeclock/files/patch-main.c
parentUnbreak. (diff)
Unbreak.
PR: 208724 Submitted by: tkato432 yahoo com Sponsored by: Absolight
Diffstat (limited to '')
-rw-r--r--x11-clocks/eyeclock/files/patch-main.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-clocks/eyeclock/files/patch-main.c b/x11-clocks/eyeclock/files/patch-main.c
index 82004a1beba9..c6b470f40d75 100644
--- a/x11-clocks/eyeclock/files/patch-main.c
+++ b/x11-clocks/eyeclock/files/patch-main.c
@@ -1,5 +1,5 @@
---- main.c.orig Sun Dec 26 16:34:55 1999
-+++ main.c Sun Dec 26 16:37:01 1999
+--- main.c.orig 1999-12-25 09:18:56 UTC
++++ main.c
@@ -76,7 +76,7 @@
/*===========================================================================*/
@@ -9,7 +9,7 @@
/*===========================================================================*/
/* Number ヴィジェットのヴィジェットごとの名前 */
-@@ -616,9 +616,9 @@
+@@ -616,9 +616,9 @@ static void die(Widget w)
Display * display;
int i;
@@ -22,7 +22,7 @@
if (toplevel)
if (XtIsRealized(toplevel)) {
-@@ -650,8 +650,8 @@
+@@ -650,8 +650,8 @@ static void restore(Widget w, XEvent * e
unsigned int width;
unsigned int height;
@@ -33,7 +33,7 @@
if (width && height)
XtVaSetValues(toplevel, XtNwidth, width, XtNheight, height, NULL);
-@@ -730,23 +730,23 @@
+@@ -730,23 +730,23 @@ int main(int argc, char * argv[])
}
/* Clock ヴィジェットの作成 */
@@ -61,7 +61,7 @@
/* ポインタのフォーカスを有効にする */
XtVaSetValues(toplevel, XtNinput, True, NULL);
-@@ -788,7 +788,7 @@
+@@ -788,7 +788,7 @@ int main(int argc, char * argv[])
XSetWMProtocols(display, XtWindow(toplevel), &wm_delete_window, 1);
/* 時計をスタートさせる */