Enable buffered draw on newer Gtk versions on OS X
commit064a2897054a685bf40f2f4fd22e99edebf88007
authorJiří Techet <techet@gmail.com>
Tue, 8 Mar 2016 12:20:45 +0000 (8 13:20 +0100)
committerJiří Techet <techet@gmail.com>
Tue, 8 Mar 2016 12:20:45 +0000 (8 13:20 +0100)
treed1e9205a5d8afa72ca6e7269734813b8d089ef46
parent6818ba6baf8bef4afe3b88b36b9eb2b5a8c2fcc9
Enable buffered draw on newer Gtk versions on OS X

Buffered draw seems to be faster and with newer Gtk versions
works correctly on HiDPI screens.

I haven't checked precisely since which Gtk version this works
(didn't work in 3.10, might have been fixed in a later version)
but it isn't as important because even with 3.16 the build
is highly unstable because of Gtk issues (Gtk 3.18 seems to
be promising though).
src/editor.c