]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/effects.cpp
Added Cocoa_canBecomeKeyWindow.
[wxWidgets.git] / src / common / effects.cpp
index 454cde208166720dc77568694fc9919ca465e737..71c183c3a24770dd8f17ab642be92dca7856d61e 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "effects.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -122,5 +118,5 @@ bool wxEffects::TileBitmap(const wxRect& rect, wxDC& dc, wxBitmap& bitmap)
     }
 #endif // wxUSE_PALETTE
 
-    return TRUE;
+    return true;
 }