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 /unix/tkUnixPort.h | |
parent | 9ba4c746ec344f1455e03c2f97ca0ae7c95d139f (diff) | |
download | tk-4d6ace7f224a40a423390fa6c0bb3c39d4162313.zip tk-4d6ace7f224a40a423390fa6c0bb3c39d4162313.tar.gz tk-4d6ace7f224a40a423390fa6c0bb3c39d4162313.tar.bz2 |
Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidget
Diffstat (limited to 'unix/tkUnixPort.h')
-rw-r--r-- | unix/tkUnixPort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixPort.h b/unix/tkUnixPort.h index 8fd56fe..491a339 100644 --- a/unix/tkUnixPort.h +++ b/unix/tkUnixPort.h @@ -167,7 +167,7 @@ #define TkpButtonSetDefaults() {} #define TkpDestroyButton(butPtr) {} -#define TkpAppCanDraw(tkwin) 1 +#define TkpWillDrawWidget(tkwin) 1 #define TkpRedrawWidget(tkwin) #define TkSelUpdateClipboard(a,b) {} #ifndef __CYGWIN__ |