Mention that wxGTK can be built with Wayland backend too.

It is supported just as well as the already Broadway is.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2013-07-12 11:20:02 +00:00
parent 168d1f65c1
commit 659991ac34

View File

@ -685,7 +685,7 @@ All (GUI):
wxGTK:
- Allow building wxGTK3 with Broadway backend (Kolya Kosenko).
- Allow building wxGTK3 with Broadway and Wayland backends (Kolya Kosenko).
- Further improvements to wxGTK/MSW port (Kolya Kosenko).
- Provide native implementation of wxNotificationMessage using libnotify.
- Generate clipboard events for wxComboBox and not only wxTextCtrl.