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 /win | |
parent | 9ba4c746ec344f1455e03c2f97ca0ae7c95d139f (diff) | |
download | tk-4d6ace7f224a40a423390fa6c0bb3c39d4162313.zip tk-4d6ace7f224a40a423390fa6c0bb3c39d4162313.tar.gz tk-4d6ace7f224a40a423390fa6c0bb3c39d4162313.tar.bz2 |
Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidget
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWinPort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinPort.h b/win/tkWinPort.h index 4ef8680..dbde9e1 100644 --- a/win/tkWinPort.h +++ b/win/tkWinPort.h @@ -129,7 +129,7 @@ * Other functions not used under Windows */ -#define TkpAppCanDraw(tkwin) 1 +#define TkpWillDrawWidget(tkwin) 1 #define TkpRedrawWidget(tkwin) #endif /* _WINPORT */ |