]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention that wxGTK can be built with Wayland backend too.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Jul 2013 11:20:02 +0000 (11:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Jul 2013 11:20:02 +0000 (11:20 +0000)
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

docs/changes.txt

index be1157880a2d8bf5dc8271887247898793c5f4cc..7b8d1323490d016b653a9c7bfcd72410ff7cb5b3 100644 (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.