diff options
author | culler <culler> | 2020-05-31 17:21:57 (GMT) |
---|---|---|
committer | culler <culler> | 2020-05-31 17:21:57 (GMT) |
commit | 4d6ace7f224a40a423390fa6c0bb3c39d4162313 (patch) | |
tree | a7b4b51464348233f0efae1152990a80c321402f /generic/tkInt.decls | |
parent | 9ba4c746ec344f1455e03c2f97ca0ae7c95d139f (diff) | |
download | tk-4d6ace7f224a40a423390fa6c0bb3c39d4162313.zip tk-4d6ace7f224a40a423390fa6c0bb3c39d4162313.tar.gz tk-4d6ace7f224a40a423390fa6c0bb3c39d4162313.tar.bz2 |
Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidget
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index da591cb..f6e7ea9 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -640,7 +640,7 @@ declare 185 aqua { void TkpRedrawWidget(Tk_Window tkwin) } declare 186 aqua { - int TkpAppCanDraw(Tk_Window tkwin) + int TkpWillDrawWidget(Tk_Window tkwin) } |