diff options
author | culler <culler> | 2021-04-22 13:34:37 (GMT) |
---|---|---|
committer | culler <culler> | 2021-04-22 13:34:37 (GMT) |
commit | 916b39736c4e0e61828f0992be97eeae9c061b31 (patch) | |
tree | d9221428c9392a105d73df0382cb4262b5de9c66 /macosx/ttkMacOSXTheme.h | |
parent | fd664f4c02582e14452ad8f75fef9020816fefe1 (diff) | |
parent | 30f88e562060967e2431b9846533e25da75e2b8d (diff) | |
download | tk-916b39736c4e0e61828f0992be97eeae9c061b31.zip tk-916b39736c4e0e61828f0992be97eeae9c061b31.tar.gz tk-916b39736c4e0e61828f0992be97eeae9c061b31.tar.bz2 |
Merge 8.7
Diffstat (limited to 'macosx/ttkMacOSXTheme.h')
-rw-r--r-- | macosx/ttkMacOSXTheme.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/macosx/ttkMacOSXTheme.h b/macosx/ttkMacOSXTheme.h index 2694c72..ce732eb 100644 --- a/macosx/ttkMacOSXTheme.h +++ b/macosx/ttkMacOSXTheme.h @@ -19,15 +19,6 @@ return; \ } \ -#define BEGIN_DRAWING_OR_REDRAW(d) { \ - TkMacOSXDrawingContext dc; \ - if (!TkMacOSXSetupDrawingContext((d), NULL, &dc)) { \ - NSView *view = TkMacOSXGetNSViewForDrawable(d); \ - while (Tcl_DoOneEvent(TCL_IDLE_EVENTS)) {} \ - [(TKContentView *)view addTkDirtyRect:[view bounds]]; \ - return; \ - } \ - #define END_DRAWING \ TkMacOSXRestoreDrawingContext(&dc);} |