diff options
Diffstat (limited to 'pugl/detail/mac.h')
-rw-r--r-- | pugl/detail/mac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pugl/detail/mac.h b/pugl/detail/mac.h index adeebe9..d167f76 100644 --- a/pugl/detail/mac.h +++ b/pugl/detail/mac.h @@ -33,6 +33,7 @@ NSMutableAttributedString* markedText; NSTimer* timer; NSTimer* urgentTimer; + NSMutableDictionary* userTimers; bool reshaped; } |