summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls13
1 files changed, 13 insertions, 0 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index a37f986..107223b 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -489,6 +489,9 @@ declare 152 {
void TkpDrawFrame(Tk_Window tkwin, Tk_3DBorder border,
int highlightWidth, int borderWidth, int relief)
}
+declare 184 {
+ void TkUnusedStubEntry(void)
+}
##############################################################################
@@ -539,6 +542,9 @@ declare 11 x11 {
declare 12 x11 {
int TkpWmSetState(TkWindow *winPtr, int state)
}
+declare 13 x11 {
+ void TkUnusedStubEntry(void)
+}
################################
# Windows specific functions
@@ -691,6 +697,10 @@ declare 43 win {
declare 44 win {
void TkSendCleanup(TkDisplay *dispPtr)
}
+declare 45 win {
+ void TkUnusedStubEntry(void)
+}
+
################################
# Aqua specific functions
@@ -873,6 +883,9 @@ declare 51 aqua {
declare 53 aqua {
unsigned long TkpGetMS(void)
}
+declare 54 aqua {
+ void TkUnusedStubEntry(void)
+}
##############################################################################