diff options
author | David Robillard <d@drobilla.net> | 2013-02-22 17:58:02 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-02-22 17:58:02 +0000 |
commit | 701cc9265c3958473e2dc20e62da6c82890b2cd0 (patch) | |
tree | 3c1e84a9f71bb2ba597a87a49d8e647bbd90918a /NEWS | |
parent | d3f8c39e37bca1797934651ae25b287cb0109c78 (diff) | |
download | suil-701cc9265c3958473e2dc20e62da6c82890b2cd0.tar.gz suil-701cc9265c3958473e2dc20e62da6c82890b2cd0.tar.bz2 suil-701cc9265c3958473e2dc20e62da6c82890b2cd0.zip |
Add compile time option to disable explicit Gtk to X11 key forwarding (#887).
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5062 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,9 +1,10 @@ suil (0.6.11) unstable; + * Add compile time option to disable explicit Gtk to X11 key forwarding * Fix crash when a broken UI returns a NULL descriptor * Fix compilation on BSD - -- David Robillard <d@drobilla.net> Sat, 09 Feb 2013 15:31:44 -0500 + -- David Robillard <d@drobilla.net> Fri, 22 Feb 2013 12:51:26 -0500 suil (0.6.10) stable; |