From 493a4da4aab2e16d8aa2190f624492b32468e83e Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 12 Apr 2016 15:06:58 +0000 Subject: Unbreak. PR: 208724 Submitted by: tkato432 yahoo com Sponsored by: Absolight --- x11-clocks/eyeclock/files/patch-main.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'x11-clocks/eyeclock/files/patch-main.c') 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); /* 時計をスタートさせる */ -- cgit v1.2.3