summaryrefslogtreecommitdiffstats
path: root/mac/tkMacXStubs.c
diff options
context:
space:
mode:
authorjingham <jingham>1999-05-22 06:33:38 (GMT)
committerjingham <jingham>1999-05-22 06:33:38 (GMT)
commiteb02b7f4b5f03cf0252e0733efdebf890095f57c (patch)
tree08690563c402052345246f896205236bfc84d20f /mac/tkMacXStubs.c
parent49264adc083f7766a5ff40538126526a6a8880c0 (diff)
downloadtk-eb02b7f4b5f03cf0252e0733efdebf890095f57c.zip
tk-eb02b7f4b5f03cf0252e0733efdebf890095f57c.tar.gz
tk-eb02b7f4b5f03cf0252e0733efdebf890095f57c.tar.bz2
Changes needed to get Tk8.1 to compile with stubs on the Mac
Diffstat (limited to 'mac/tkMacXStubs.c')
-rw-r--r--mac/tkMacXStubs.c61
1 files changed, 27 insertions, 34 deletions
diff --git a/mac/tkMacXStubs.c b/mac/tkMacXStubs.c
index f554ed8..a099c78 100644
--- a/mac/tkMacXStubs.c
+++ b/mac/tkMacXStubs.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacXStubs.c,v 1.6 1999/04/16 01:51:33 stanton Exp $
+ * RCS: @(#) $Id: tkMacXStubs.c,v 1.7 1999/05/22 06:35:49 jingham Exp $
*/
#include "tkInt.h"
@@ -28,6 +28,7 @@
#include <ToolUtils.h>
#include <Sound.h>
#include "tkMacInt.h"
+#include "tkPort.h"
/*
* Because this file is still under major development Debugger statements are
@@ -523,39 +524,6 @@ Tk_FreeXId (
{
/* no-op function needed for stubs implementation. */
}
-
-void
-Tk_3DHorizontalBevel (
- Tk_Window tkwin,
- Drawable d,
- Tk_3DBorder b,
- int x,
- int y,
- int width,
- int height,
- int leftIn,
- int rightIn,
- int topBevel,
- int relief)
-{
- /* no-op function needed for stubs implementation. */
-}
-
-void
-Tk_3DVerticalBevel (
- Tk_Window tkwin,
- Drawable d,
- Tk_3DBorder b,
- int x,
- int y,
- int width,
- int height,
- int leftBevel,
- int relief)
-{
- /* no-op function needed for stubs implementation. */
-}
-
/*
*----------------------------------------------------------------------
@@ -722,6 +690,31 @@ XSetWindowColormap(
Debugger();
}
+Status
+XStringListToTextProperty(
+ char** list,
+ int count,
+ XTextProperty* text_prop_return)
+{
+ Debugger();
+ return (Status) 0;
+}
+void
+XSetWMClientMachine(
+ Display* display,
+ Window w,
+ XTextProperty* text_prop)
+{
+ Debugger();
+}
+XIC
+XCreateIC(
+ void)
+{
+ Debugger();
+ return (XIC) 0;
+}
+
/*
*----------------------------------------------------------------------
*