summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-15 07:43:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-15 07:43:50 (GMT)
commitc43656f1112d65797a75c26595a0c52ebc7af4eb (patch)
treef2f673ddd603a6b4273bdf897d06f122fb8e3cb0 /generic/tkInt.decls
parentbccaebbe6783ffb8372daeb83376a47c53968036 (diff)
downloadtk-c43656f1112d65797a75c26595a0c52ebc7af4eb.zip
tk-c43656f1112d65797a75c26595a0c52ebc7af4eb.tar.gz
tk-c43656f1112d65797a75c26595a0c52ebc7af4eb.tar.bz2
fix signature of XSynchronize to match X.org
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index 03353ed..822d008 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -1431,7 +1431,7 @@ declare 111 win {
int XNoOp(Display *display)
}
declare 112 win {
- int XSynchronize(Display *display, Bool onoff)
+ XAfterFunction XSynchronize(Display *display, Bool onoff)
}
declare 113 win {
int XSync(Display *display, Bool discard)