summaryrefslogtreecommitdiffstats
path: root/tksao
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-18 18:35:02 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-18 18:35:02 (GMT)
commit6ebbeda5ed1a99e3201bb13684ed99903ae9236a (patch)
tree8f6ab8a89dda70396e026565e1752da1a6c82c0d /tksao
parentbf0cc9887939cac3d9b488fdfd8180d5bef851ab (diff)
downloadblt-6ebbeda5ed1a99e3201bb13684ed99903ae9236a.zip
blt-6ebbeda5ed1a99e3201bb13684ed99903ae9236a.tar.gz
blt-6ebbeda5ed1a99e3201bb13684ed99903ae9236a.tar.bz2
clean up internal_error
Diffstat (limited to 'tksao')
-rw-r--r--tksao/util/util.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/util/util.C b/tksao/util/util.C
index 1e66305..d4e9c74 100644
--- a/tksao/util/util.C
+++ b/tksao/util/util.C
@@ -3,7 +3,6 @@
// For conditions of distribution and use, see copyright notice in "copyright"
#include <tcl.h>
-//#include <tkInt.h>
#include "util.h"
@@ -450,6 +449,7 @@ int dCompare(const void* a, const void* b)
}
#if defined (MAC_OSX_TK) || (_WIN32)
+#include <tkInt.h>
int XSetClipRectangles(Display *d, GC gc, int clip_x_origin, int clip_y_origin,
XRectangle* rectangles, int n, int ordering)