diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-23 09:33:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-23 09:33:23 (GMT) |
commit | b4cd4a1bb5b919fb2feb328ca361dfd0dc1cb1bf (patch) | |
tree | f54af83759617e1a32a02544ca53c58e3df5f17f /macosx/tkMacOSXXStubs.c | |
parent | 82caf6d6c436099f4b39035766d63ce017ade6b1 (diff) | |
download | tk-b4cd4a1bb5b919fb2feb328ca361dfd0dc1cb1bf.zip tk-b4cd4a1bb5b919fb2feb328ca361dfd0dc1cb1bf.tar.gz tk-b4cd4a1bb5b919fb2feb328ca361dfd0dc1cb1bf.tar.bz2 |
Minor code cleanup (more use of TCL_UNUSED, eol-spacing)
Diffstat (limited to 'macosx/tkMacOSXXStubs.c')
-rw-r--r-- | macosx/tkMacOSXXStubs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXXStubs.c b/macosx/tkMacOSXXStubs.c index 31eba39..a860bda 100644 --- a/macosx/tkMacOSXXStubs.c +++ b/macosx/tkMacOSXXStubs.c @@ -710,7 +710,7 @@ XSync( * which would then get processed. Apparently this process stabilizes on * X11, leaving the window manager in a state where all events have been * generated and no additional events can be genereated by updating widgets. - * + * * It is not clear what the Aqua port should do when XSync is called, but * currently the best option seems to be to do nothing. (See ticket * [da5f2266df].) @@ -728,7 +728,7 @@ XSetClipRectangles( int clip_y_origin, XRectangle* rectangles, int n, - int ordering) + TCL_UNUSED(int)) { TkRegion clipRgn = TkCreateRegion(); |