summaryrefslogtreecommitdiff
path: root/tk/unix/tkUnixXId.c
diff options
context:
space:
mode:
authorIan Roxborough <irox@redhat.com>2001-09-10 00:22:29 +0000
committerIan Roxborough <irox@redhat.com>2001-09-10 00:22:29 +0000
commitee7709783c85577eba6af30cd711e17e403befed (patch)
tree74233a880ee1f7e13c7ded61d093318e8c6e7d5c /tk/unix/tkUnixXId.c
parenta850c17c374d03259483e799b09326d255e17487 (diff)
downloadgdb-TK_8_3.tar.gz
Tk 8.3 upgradeTK_8_3
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;
}
+