]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/effects.cpp
don't delete the exiting tooltip if SetToolTip() is called with the same one
[wxWidgets.git] / src / common / effects.cpp
index 5a7ac476e0b12c903a001c9e126c43c99a7364ba..ed11c6934d426faeb2c374e7560db88e4318a811 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        effects.cpp
+// Name:        src/common/effects.cpp
 // Purpose:     wxEffects implementation
 // Author:      Julian Smart
 // Modified by:
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
+#include "wx/effects.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/dcmemory.h"
+#endif //WX_PRECOMP
+
 #include "wx/gdicmn.h"
 #include "wx/pen.h"
-#include "wx/dcmemory.h"
 #include "wx/settings.h"
-#include "wx/effects.h"
 
 /*
  * wxEffects: various 3D effects