From 816607027012de0205e144f3edd3fdcfd43db563 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Jul 2019 18:49:09 +0200 Subject: Add functions to get and set view size and position --- pugl/detail/mac.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pugl/detail/mac.h') diff --git a/pugl/detail/mac.h b/pugl/detail/mac.h index 1bd2bbc..0652733 100644 --- a/pugl/detail/mac.h +++ b/pugl/detail/mac.h @@ -33,10 +33,12 @@ NSMutableAttributedString* markedText; NSTimer* timer; NSTimer* urgentTimer; + bool reshaped; } - (void) dispatchConfigure:(NSRect)bounds; - (void) dispatchExpose:(NSRect)rect; +- (void) setReshaped; @end -- cgit v1.2.1