summaryrefslogtreecommitdiff
path: root/graphics/plplot/patches/patch-ae
blob: 815f20cec06968956b474265107cf552ef711083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.1.1.1 2000/12/02 05:40:33 jtb Exp $

--- bindings/tk/tkMain.c.orig	Sat Oct 21 14:27:04 2000
+++ bindings/tk/tkMain.c
@@ -201,7 +201,7 @@
      * Initialize the Tk application.
      */
 
-    mainWindow = Tk_CreateMainWindow(interp, display, name, "Tk");
+    mainWindow = TkCreateMainWindow(interp, display, name, "Tk");
     if (mainWindow == NULL) {
 	fprintf(stderr, "%s\n", interp->result);
 	exit(1);