diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnixFont.c | 3 | ||||
-rw-r--r-- | unix/tkUnixRFont.c | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/unix/tkUnixFont.c b/unix/tkUnixFont.c index 0963953..d524bfd 100644 --- a/unix/tkUnixFont.c +++ b/unix/tkUnixFont.c @@ -1374,6 +1374,9 @@ Tk_DrawChars( * with access to all the characters on the line for context. On X11 this * context isn't consulted, so we just call Tk_DrawChars(). * + * Note: TK_DRAW_IN_CONTEXT being currently defined only on macOS, this + * function is unused (and possibly unfinished). See [7655f65ae7]. + * * Results: * None. * diff --git a/unix/tkUnixRFont.c b/unix/tkUnixRFont.c index 069598f..cac6f8e 100644 --- a/unix/tkUnixRFont.c +++ b/unix/tkUnixRFont.c @@ -1309,6 +1309,9 @@ TkDrawAngledChars( * with access to all the characters on the line for context. On X11 this * context isn't consulted, so we just call Tk_DrawChars(). * + * Note: TK_DRAW_IN_CONTEXT being currently defined only on macOS, this + * function is unused (and possibly unfinished). See [7655f65ae7]. + * * Results: * None. * |