Updated patches
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
c9e32e41ae
commit
d4931cf9fe
@ -12,10 +12,10 @@ index cf738c0..65e17e2 100644
|
||||
while (isalnum (*p) || (*p == '_') || (!isascii (*p)))
|
||||
*q++ = *p++;
|
||||
diff --git a/cmd/tools/gvgen.c b/cmd/tools/gvgen.c
|
||||
index 662343e..2925d19 100644
|
||||
index c2b166d..c9a51e9 100644
|
||||
--- a/cmd/tools/gvgen.c
|
||||
+++ b/cmd/tools/gvgen.c
|
||||
@@ -458,6 +458,8 @@ closeOpen (void)
|
||||
@@ -453,6 +453,8 @@ closeOpen (void)
|
||||
fprintf(opts.outfile, "}\ngraph {\n");
|
||||
}
|
||||
|
@ -1,8 +1,8 @@
|
||||
diff --git a/cmd/dotty/dotty_ui.lefty b/cmd/dotty/dotty_ui.lefty
|
||||
index a8c9116..a708c61 100644
|
||||
index 6fdec8f..270c0c8 100644
|
||||
--- a/cmd/dotty/dotty_ui.lefty
|
||||
+++ b/cmd/dotty/dotty_ui.lefty
|
||||
@@ -342,7 +342,7 @@ dotty.protovt.normal.uifuncs = [
|
||||
@@ -351,7 +351,7 @@ dotty.protovt.normal.uifuncs = [
|
||||
else
|
||||
gt.insertedge (gt, data.pobj, null, data.obj, null, null, 1);
|
||||
};
|
||||
@ -11,7 +11,7 @@ index a8c9116..a708c61 100644
|
||||
local vt, gt, menu, i;
|
||||
|
||||
vt = dotty.views[data.widget];
|
||||
@@ -447,7 +447,7 @@ dotty.protovt.birdseye.uifuncs = [
|
||||
@@ -456,7 +456,7 @@ dotty.protovt.birdseye.uifuncs = [
|
||||
'middledown' = dotty.protovt.normal.uifuncs.middledown;
|
||||
'middlemove' = dotty.protovt.normal.uifuncs.middlemove;
|
||||
'middleup' = dotty.protovt.normal.uifuncs.middleup;
|
Loading…
Reference in New Issue
Block a user