Kaydet (Commit) 55312b63 authored tarafından Carsten Driesner's avatar Carsten Driesner

removetooltypes01: #i112600# Remove tools types for Mac specific parts

üst 7a765fa7
...@@ -67,8 +67,8 @@ struct FakeEventRecord : public EventRecord ...@@ -67,8 +67,8 @@ struct FakeEventRecord : public EventRecord
} }
-(id)initWithInstance: (XPlugin_Impl*)i_pImpl pluginComm: (MacPluginComm*)i_pCom frame: (NSRect)i_aRect; -(id)initWithInstance: (XPlugin_Impl*)i_pImpl pluginComm: (MacPluginComm*)i_pCom frame: (NSRect)i_aRect;
-(void)drawRect: (NSRect)i_aRect; -(void)drawRect: (NSRect)i_aRect;
-(MacOSBOOL)isOpaque; -(BOOL)isOpaque;
-(MacOSBOOL)isFlipped; -(BOOL)isFlipped;
// NSResponder // NSResponder
-(void)mouseMoved: (NSEvent*)i_pEvent; -(void)mouseMoved: (NSEvent*)i_pEvent;
...@@ -101,12 +101,12 @@ struct FakeEventRecord : public EventRecord ...@@ -101,12 +101,12 @@ struct FakeEventRecord : public EventRecord
m_pCom->drawView( m_pImpl ); m_pCom->drawView( m_pImpl );
} }
-(MacOSBOOL)isOpaque -(BOOL)isOpaque
{ {
return NO; return NO;
} }
-(MacOSBOOL)isFlipped -(BOOL)isFlipped
{ {
return YES; return YES;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment