summaryrefslogtreecommitdiff
path: root/tk/unix/tkUnixXId.c
diff options
context:
space:
mode:
Diffstat (limited to 'tk/unix/tkUnixXId.c')
-rw-r--r--tk/unix/tkUnixXId.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tk/unix/tkUnixXId.c b/tk/unix/tkUnixXId.c
index dfe8b1935f8..134e47dfaff 100644
--- a/tk/unix/tkUnixXId.c
+++ b/tk/unix/tkUnixXId.c
@@ -12,7 +12,7 @@
* George C. Kaplan and Michael Hoegeman.
*
* Copyright (c) 1993 The Regents of the University of California.
- * Copyright (c) 1994-1995 Sun Microsystems, Inc.
+ * Copyright (c) 1994-1997 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
@@ -28,9 +28,8 @@
#define XLIB_ILLEGAL_ACCESS 1
-#include "tkInt.h"
-#include "tkPort.h"
#include "tkUnixInt.h"
+#include "tkPort.h"
/*
* A structure of the following type is used to hold one or more
@@ -70,7 +69,7 @@ static void WindowIdCleanup2 _ANSI_ARGS_((ClientData clientData));
* None.
*
* Side effects:
- * The official allocator for the display is set up to be Tk_AllocXID.
+ * The official allocator for the display is set up to be AllocXId.
*
*----------------------------------------------------------------------
*/
@@ -535,3 +534,4 @@ TkpWindowWasRecentlyDeleted(win, dispPtr)
}
return 0;
}
+