RESOLVED FIXED28894
[wx] Compilation fix for wxWidgets 2.9.1+
https://bugs.webkit.org/show_bug.cgi?id=28894
Summary [wx] Compilation fix for wxWidgets 2.9.1+
Vadim Zeitlin
Reported 2009-09-01 15:53:56 PDT
Created attachment 38894 [details] Use the new method name with wx 2.9.1+ The method wxRendererNative::DrawRadioButton() was renamed to DrawRadioBitmap() in wx 2.9.1 to avoid conflicts with other methods with the same name in wxWidgets. The attached patch updates wxWebKit sources accordingly.
Attachments
Use the new method name with wx 2.9.1+ (1.27 KB, patch)
2009-09-01 15:53 PDT, Vadim Zeitlin
no flags
Kevin Ollivier
Comment 1 2009-09-09 13:39:51 PDT
Applied, thanks! In the future, please make sure to follow the WebKit patch submission guidelines. I've written up a 'cheat sheet' on what you need to do here: http://wxwebkit.wxcommunity.com/index.php?n=Main.Development
Note You need to log in before you can comment on or make changes to this bug.