File diff r21027:e87e97e6befd → r21028:e5db3f83cafa
src/video/cocoa/wnd_quartz.mm
Show inline comments
 
@@ -54,13 +54,13 @@ class WindowQuartzSubdriver;
 
/* Subclass of OTTD_CocoaView to fix Quartz rendering */
 
@interface OTTD_QuartzView : OTTD_CocoaView
 
- (void)setDriver:(WindowQuartzSubdriver*)drv;
 
- (void)drawRect:(NSRect)invalidRect;
 
@end
 

	
 
class WindowQuartzSubdriver: public CocoaSubdriver {
 
class WindowQuartzSubdriver : public CocoaSubdriver {
 
private:
 
	/**
 
	 * This function copies 8bpp pixels from the screen buffer in 32bpp windowed mode.
 
	 *
 
	 * @param left The x coord for the left edge of the box to blit.
 
	 * @param top The y coord for the top edge of the box to blit.