diff -r 15a483b2558a -r 42bfc1a70968 project_files/HedgewarsMobile/Classes/OverlayViewController.h --- a/project_files/HedgewarsMobile/Classes/OverlayViewController.h Thu Dec 02 20:40:30 2010 -0500 +++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.h Sat Dec 04 08:52:57 2010 +0100 @@ -53,6 +53,9 @@ BOOL useClassicMenu; NSInteger initialOrientation; + // the containing window + UIWindow *containerWindow; + // dual head support NSInteger initialScreenCount; NSInteger a, b; @@ -65,6 +68,7 @@ @property (assign) BOOL isNetGame; @property (assign) BOOL useClassicMenu; @property (assign) NSInteger initialOrientation; +@property (assign) UIWindow *containerWindow; -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event; -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;