diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-10-23 07:39:03 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-10-23 07:39:03 (GMT) |
commit | eb2910e329d4314bc9bec018d534ea412f3e6916 (patch) | |
tree | e3a5b11b190a9a0a0c70b9e0204b5444a4c24508 /unix/tkUnixPort.h | |
parent | 5caad6334049eea1df6fa474c4b2534c22718860 (diff) | |
download | tk-eb2910e329d4314bc9bec018d534ea412f3e6916.zip tk-eb2910e329d4314bc9bec018d534ea412f3e6916.tar.gz tk-eb2910e329d4314bc9bec018d534ea412f3e6916.tar.bz2 |
Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar metrics handling from trunk
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 38a8513..6e7a701 100644 --- a/unix/tkUnixPort.h +++ b/unix/tkUnixPort.h @@ -184,7 +184,7 @@ * These functions do nothing under Unix, so we just eliminate calls to them. */ -#define TkpButtonSetDefaults(specPtr) {} +#define TkpButtonSetDefaults() {} #define TkpDestroyButton(butPtr) {} #define TkSelUpdateClipboard(a,b) {} #ifndef __CYGWIN__ |