File diff r21027:e87e97e6befd → r21028:e5db3f83cafa
src/video/cocoa/wnd_quickdraw.mm
Show inline comments
 
@@ -42,13 +42,13 @@
 
 */
 

	
 

	
 
class WindowQuickdrawSubdriver;
 

	
 

	
 
class WindowQuickdrawSubdriver: public CocoaSubdriver {
 
class WindowQuickdrawSubdriver : public CocoaSubdriver {
 
private:
 
	/**
 
	 * This function copies 32bpp pixels from the screen buffer in 16bpp 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.