diff options
author | David Robillard <d@drobilla.net> | 2017-02-26 12:28:40 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-02-26 12:28:40 +0100 |
commit | 176e3c9146d01d35b871b7a00e3c8c2482b008ec (patch) | |
tree | 4c9113cd7d944208b974613a6c45da85dca0a884 /AUTHORS | |
parent | 96d838c1f4af144da1506b4df10f16057417cbab (diff) | |
download | suil-176e3c9146d01d35b871b7a00e3c8c2482b008ec.tar.gz suil-176e3c9146d01d35b871b7a00e3c8c2482b008ec.tar.bz2 suil-176e3c9146d01d35b871b7a00e3c8c2482b008ec.zip |
Add preliminary Qt5 in Gtk2 support
This crashes virtually all of the time in straight Gtk hosts unless
XInitThreads is called before any Gtk functions. A portable solution to this
is needed, but I have no idea what that might be.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -8,10 +8,13 @@ Contributors: * Fix crash when a broken UI returns a NULL descriptor * Filipe Lopes <falktx@gmail.com> * Idle interface fixes for X11 in Qt4 + * Qt5 in Gtk2 support * Robin Gareus <robin@gareus.org> * Support for resizing X11 UIs in Gtk * Cocoa in Gtk wrapper * Numerous Windows fixes * Rui Nuno Capela * Fixes for X11 in Qt4 - * Qt5 wrappers
\ No newline at end of file + * Qt5 wrappers + * Stefan Westerfeld + * Qt5 in Gtk2 support |