summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXXStubs.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-18 21:55:51 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-18 21:55:51 (GMT)
commit4efa3179d5ee036975a86e6ce5986f305651b45d (patch)
treeb25183d5923d60c27cc257ad57307cf2500bc8bd /macosx/tkMacOSXXStubs.c
parent452f3387dfdfe45cb1fc59b28657e5111a2778d8 (diff)
parent416295a661f5c8f30dfe0751b5618c6a51173034 (diff)
downloadtk-4efa3179d5ee036975a86e6ce5986f305651b45d.zip
tk-4efa3179d5ee036975a86e6ce5986f305651b45d.tar.gz
tk-4efa3179d5ee036975a86e6ce5986f305651b45d.tar.bz2
Merge 8.6
Diffstat (limited to 'macosx/tkMacOSXXStubs.c')
-rw-r--r--macosx/tkMacOSXXStubs.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/macosx/tkMacOSXXStubs.c b/macosx/tkMacOSXXStubs.c
index 3cd70a7..b8e67a4 100644
--- a/macosx/tkMacOSXXStubs.c
+++ b/macosx/tkMacOSXXStubs.c
@@ -435,7 +435,7 @@ XGetGeometry(
return 1;
}
-void
+int
XChangeProperty(
Display* display,
Window w,
@@ -447,6 +447,7 @@ XChangeProperty(
int nelements)
{
Debugger();
+ return Success;
}
void
@@ -768,13 +769,14 @@ TkGetServerInfo(
*----------------------------------------------------------------------
*/
-void
+int
XChangeWindowAttributes(
Display *display,
Window w,
unsigned long value_mask,
XSetWindowAttributes *attributes)
{
+ return Success;
}
void
@@ -846,7 +848,7 @@ XSetWMClientMachine(
}
XIC
-XCreateIC(void)
+XCreateIC(XIM xim, ...)
{
Debugger();
return (XIC) 0;