Allow building wxGTK3 with Broadway backend.

Use GDK_WINDOWING_BROADWAY to fix compilation with it.

Closes #14469.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-07-13 18:22:22 +00:00
parent 75e50f45c9
commit a73251a80d
6 changed files with 31 additions and 2 deletions

View File

@@ -531,6 +531,10 @@ All (GUI):
- Add possibility to hide and show again wxRibbonBar pages (wxBen).
- Fix item data access in wxDataViewListCtrl (Kry).
wxGTK:
- Allow building wxGTK3 with Broadway backend (Kolya Kosenko).
2.9.4: (released 2012-07-09)
------