summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r--generic/tkStubInit.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c
index 18dab1e..3fd720f 100644
--- a/generic/tkStubInit.c
+++ b/generic/tkStubInit.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkStubInit.c,v 1.9 1999/06/16 20:11:29 surles Exp $
+ * RCS: @(#) $Id: tkStubInit.c,v 1.10 1999/07/31 03:36:49 hobbs Exp $
*/
#include "tkInt.h"
@@ -566,6 +566,8 @@ TkIntXlibStubs tkIntXlibStubs = {
XSetWMClientMachine, /* 102 */
XStringListToTextProperty, /* 103 */
XDrawLine, /* 104 */
+ NULL, /* 105 */
+ XFillRectangle, /* 106 */
#endif /* __WIN32__ */
#ifdef MAC_TCL
NULL, /* 0 */
@@ -651,6 +653,7 @@ TkIntXlibStubs tkIntXlibStubs = {
XDrawSegments, /* 80 */
XForceScreenSaver, /* 81 */
XDrawLine, /* 82 */
+ XFillRectangle, /* 83 */
#endif /* MAC_TCL */
};