summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorculler <culler>2020-05-31 17:25:11 (GMT)
committerculler <culler>2020-05-31 17:25:11 (GMT)
commitab5efd62220cf2a97e23b6d0ddcb12fad9a8cfbd (patch)
treeaeed2f80d756358bc2325cab131d1b01d44f8c22 /win
parent4996dd8c53efd46d1b66d080e7c4a7faead1d373 (diff)
parent4d6ace7f224a40a423390fa6c0bb3c39d4162313 (diff)
downloadtk-ab5efd62220cf2a97e23b6d0ddcb12fad9a8cfbd.zip
tk-ab5efd62220cf2a97e23b6d0ddcb12fad9a8cfbd.tar.gz
tk-ab5efd62220cf2a97e23b6d0ddcb12fad9a8cfbd.tar.bz2
Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidget
Diffstat (limited to 'win')
-rw-r--r--win/tkWinPort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinPort.h b/win/tkWinPort.h
index 86f212e..880c952 100644
--- a/win/tkWinPort.h
+++ b/win/tkWinPort.h
@@ -133,7 +133,7 @@
* Other functions not used under Windows
*/
-#define TkpAppCanDraw(tkwin) 1
+#define TkpWillDrawWidget(tkwin) 1
#define TkpRedrawWidget(tkwin)
#endif /* _WINPORT */