summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInt.h
diff options
context:
space:
mode:
authorculler <culler>2020-08-19 16:15:22 (GMT)
committerculler <culler>2020-08-19 16:15:22 (GMT)
commit682f94fbcea40aea5bdba7feda99af154d48c25a (patch)
tree7d538fff8682db2bc6cfd079a145b4abe0db2751 /macosx/tkMacOSXInt.h
parent7cdbb6ae499b0cb38c23d528ff89bba646c52c14 (diff)
downloadtk-682f94fbcea40aea5bdba7feda99af154d48c25a.zip
tk-682f94fbcea40aea5bdba7feda99af154d48c25a.tar.gz
tk-682f94fbcea40aea5bdba7feda99af154d48c25a.tar.bz2
Make TkpReleaseRegion and TkpRetainRegion static; remove mac-specific code from xgc.c; remove call to XSetClipMask; add debug logging
Diffstat (limited to 'macosx/tkMacOSXInt.h')
-rw-r--r--macosx/tkMacOSXInt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/tkMacOSXInt.h b/macosx/tkMacOSXInt.h
index 89d76ce..6f44014 100644
--- a/macosx/tkMacOSXInt.h
+++ b/macosx/tkMacOSXInt.h
@@ -197,8 +197,6 @@ MODULE_SCOPE int XSetClipRectangles(Display *d, GC gc, int clip_x_origin,
#endif
MODULE_SCOPE void TkpClipDrawableToRect(Display *display, Drawable d, int x,
int y, int width, int height);
-MODULE_SCOPE void TkpRetainRegion(TkRegion r);
-MODULE_SCOPE void TkpReleaseRegion(TkRegion r);
MODULE_SCOPE void TkpShiftButton(NSButton *button, NSPoint delta);
MODULE_SCOPE Bool TkTestLogDisplay(Drawable drawable);
MODULE_SCOPE Bool TkMacOSXInDarkMode(Tk_Window tkwin);