summaryrefslogtreecommitdiff
path: root/xc/lib/Xt/Geometry.c
diff options
context:
space:
mode:
Diffstat (limited to 'xc/lib/Xt/Geometry.c')
-rw-r--r--xc/lib/Xt/Geometry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/Xt/Geometry.c b/xc/lib/Xt/Geometry.c
index fa3cc822f..e8e04c9e1 100644
--- a/xc/lib/Xt/Geometry.c
+++ b/xc/lib/Xt/Geometry.c
@@ -54,10 +54,11 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/lib/Xt/Geometry.c,v 1.9 2001/01/17 19:43:04 dawes Exp $ */
+/* $XFree86: xc/lib/Xt/Geometry.c,v 1.10 2001/08/18 02:41:29 dawes Exp $ */
#include "IntrinsicI.h"
#include "ShellP.h"
+#include "ShellI.h"
static void ClearRectObjAreas(r, old)
RectObj r;
@@ -744,7 +745,6 @@ void XtTranslateCoords(w, x, y, rootx, rooty)
(String *)NULL, (Cardinal *)NULL);
else {
Position x, y;
- extern void _XtShellGetCoordinates();
_XtShellGetCoordinates( w, &x, &y );
*rootx += x + w->core.border_width;
*rooty += y + w->core.border_width;