diff options
Diffstat (limited to 'graphics/ayam/files/patch-aycore_tgui.c')
-rw-r--r-- | graphics/ayam/files/patch-aycore_tgui.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/ayam/files/patch-aycore_tgui.c b/graphics/ayam/files/patch-aycore_tgui.c new file mode 100644 index 000000000000..9c32de40ab0c --- /dev/null +++ b/graphics/ayam/files/patch-aycore_tgui.c @@ -0,0 +1,11 @@ +--- aycore/tgui.c.orig 2007-12-17 18:30:39.000000000 +0100 ++++ aycore/tgui.c 2007-12-17 18:33:44.000000000 +0100 +@@ -439,7 +439,7 @@ + + /* register some C-functions as Tcl-Commands */ + Tcl_CreateCommand (interp, "tguiCmd", +- ay_tgui_tcmd, ++ (Tcl_CmdProc *)ay_tgui_tcmd, + (ClientData) NULL, (Tcl_CmdDeleteProc *) NULL); + + /* register TP tag type */ |