diff options
author | fvogel <fvogelnew1@free.fr> | 2020-07-12 09:33:14 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-07-12 09:33:14 (GMT) |
commit | a0ad668fc8f8b2ec4dd82126ff7e60706abd0d0d (patch) | |
tree | 00e072143ac309eb1295a74ebdc1349d7842bf99 /win/tkWinFont.c | |
parent | 55208e8f833e1be79f085fa7cd1519b97fa9cb23 (diff) | |
download | tk-a0ad668fc8f8b2ec4dd82126ff7e60706abd0d0d.zip tk-a0ad668fc8f8b2ec4dd82126ff7e60706abd0d0d.tar.gz tk-a0ad668fc8f8b2ec4dd82126ff7e60706abd0d0d.tar.bz2 |
The draw-in-context functions on platforms for which TK_DRAW_IN_CONTEXT is not defined are unused. Add comments telling this and pointing to ticket [7655f65ae7].
Diffstat (limited to 'win/tkWinFont.c')
-rw-r--r-- | win/tkWinFont.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/win/tkWinFont.c b/win/tkWinFont.c index 3d38ea4..7967a61 100644 --- a/win/tkWinFont.c +++ b/win/tkWinFont.c @@ -1363,7 +1363,10 @@ TkDrawAngledChars( * Draw a string of characters on the screen like Tk_DrawChars(), but * with access to all the characters on the line for context. On Windows * 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. * |