diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-30 22:56:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-30 22:56:45 (GMT) |
commit | 25c97fd4f962540671a55140d1ff4134c61146b1 (patch) | |
tree | 09bd3e004d45db56585441579e89031dfe1060e3 /macosx/tkMacOSXXStubs.c | |
parent | 66cbfad914f8808001cd64f40d4a6199897c5ab9 (diff) | |
download | tk-25c97fd4f962540671a55140d1ff4134c61146b1.zip tk-25c97fd4f962540671a55140d1ff4134c61146b1.tar.gz tk-25c97fd4f962540671a55140d1ff4134c61146b1.tar.bz2 |
Simplify many MacOS-specific types which are not necessary
Diffstat (limited to 'macosx/tkMacOSXXStubs.c')
-rw-r--r-- | macosx/tkMacOSXXStubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXXStubs.c b/macosx/tkMacOSXXStubs.c index 35058d7..4baf3e4 100644 --- a/macosx/tkMacOSXXStubs.c +++ b/macosx/tkMacOSXXStubs.c @@ -706,7 +706,7 @@ XSetClipRectangles( int n, int ordering) { - TkRegion clipRgn = TkCreateRegion(); + Region clipRgn = TkCreateRegion(); while (n--) { XRectangle rect = *rectangles; |