summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-10-23 07:39:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-10-23 07:39:03 (GMT)
commit136693cddf921fb3e65e90447a9f0c3b84bfd7c2 (patch)
treeb315a885a77d6fd35d85e99ec0823db2f294f6cd /unix/tkUnixPort.h
parentf30e81732f9b1aeea2d9cdd558963283c6115d53 (diff)
downloadtk-136693cddf921fb3e65e90447a9f0c3b84bfd7c2.zip
tk-136693cddf921fb3e65e90447a9f0c3b84bfd7c2.tar.gz
tk-136693cddf921fb3e65e90447a9f0c3b84bfd7c2.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.h2
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__