Skip to content

Commit

Permalink
TK_DO_NOT_DRAW is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Jan 10, 2025
1 parent c939296 commit 22074a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion macosx/tkMacOSXInt.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ typedef struct TkWindowPrivate MacDrawable;
#define TK_DRAWN_UNDER_MENU 0x08
#define TK_IS_PIXMAP 0x10
#define TK_IS_BW_PIXMAP 0x20
#define TK_DO_NOT_DRAW 0x40
#ifndef TK_NO_DEPRECATED
# define TK_DO_NOT_DRAW 0x40
#endif
#define TTK_HAS_CONTRASTING_BG 0x80

/*
Expand Down

0 comments on commit 22074a8

Please sign in to comment.