summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authorcsaba <csaba>2024-07-31 14:48:19 (GMT)
committercsaba <csaba>2024-07-31 14:48:19 (GMT)
commitfc10c5cff8d30c989ff8235ce43d222e1c6ab962 (patch)
tree147eeec58294088ffadd937f9c9b73aa7535079c /generic/tkInt.h
parentfafe3ad01856e9c46a5dced7ee0c1dec79c292ae (diff)
parentf0d3c91e5a3b62c846c1deb02f8c32d1820b1127 (diff)
downloadtk-fc10c5cff8d30c989ff8235ce43d222e1c6ab962.zip
tk-fc10c5cff8d30c989ff8235ce43d222e1c6ab962.tar.gz
tk-fc10c5cff8d30c989ff8235ce43d222e1c6ab962.tar.bz2
Merged core-8-6-branch into core-8-branch.
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index 5ee4791..29e3f0d 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -1341,6 +1341,8 @@ MODULE_SCOPE void TkpCreateBusy(Tk_FakeWin *winPtr, Tk_Window tkRef,
TkBusy busy);
MODULE_SCOPE int TkBackgroundEvalObjv(Tcl_Interp *interp,
Tcl_Size objc, Tcl_Obj *const *objv, int flags);
+MODULE_SCOPE void TkDrawDottedRect(Display *disp, Drawable d, GC gc,
+ int x, int y, int width, int height);
MODULE_SCOPE Tcl_Command TkMakeEnsemble(Tcl_Interp *interp,
const char *nsname, const char *name,
void *clientData, const TkEnsemble *map);