summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXXStubs.c
diff options
context:
space:
mode:
authormarc_culler <marc.culler@gmail.com>2020-07-18 18:11:23 (GMT)
committermarc_culler <marc.culler@gmail.com>2020-07-18 18:11:23 (GMT)
commit135c69972e594686104a8cda1c028c0b46e0f938 (patch)
tree7bf68d0717cbe89738dba62d8df01fd95d34cba9 /macosx/tkMacOSXXStubs.c
parent3954d71d18d5d5aa61f21d4137726beb13a0047c (diff)
parentb63b41199525b0e3e0e95f65e6991f75f8e31dd5 (diff)
downloadtk-135c69972e594686104a8cda1c028c0b46e0f938.zip
tk-135c69972e594686104a8cda1c028c0b46e0f938.tar.gz
tk-135c69972e594686104a8cda1c028c0b46e0f938.tar.bz2
Merge 8.6
Diffstat (limited to 'macosx/tkMacOSXXStubs.c')
-rw-r--r--macosx/tkMacOSXXStubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXXStubs.c b/macosx/tkMacOSXXStubs.c
index 4912583..c6ea384 100644
--- a/macosx/tkMacOSXXStubs.c
+++ b/macosx/tkMacOSXXStubs.c
@@ -1084,7 +1084,7 @@ XSynchronize(
Display *display,
TCL_UNUSED(Bool))
{
- display->request++;
+ display->request++;
return NULL;
}