]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/hyperlink.cpp
Fix redraw problems with hint rectangle when there is no transparency
[wxWidgets.git] / src / generic / hyperlink.cpp
index 7b48ede6dcd47e35acbf76fead65d2726b1762d1..4288e4c3037b6c686fd06d46b1b9be55946eeefe 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/utils.h" // for wxLaunchDefaultBrowser
+    #include "wx/dcclient.h"
+    #include "wx/menu.h"
+    #include "wx/log.h"
 #endif
 
 #include "wx/clipbrd.h"
+#include "wx/dataobj.h"
 
 // ============================================================================
 // implementation
 // ============================================================================
 
 IMPLEMENT_DYNAMIC_CLASS(wxHyperlinkCtrl, wxControl)
+IMPLEMENT_DYNAMIC_CLASS(wxHyperlinkEvent, wxCommandEvent)
 DEFINE_EVENT_TYPE(wxEVT_COMMAND_HYPERLINK)
 
 // reserved for internal use only