Use the raster rendering engine by default on OSX
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 25 Mar 2014 22:13:21 +0000 (23:13 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 25 Mar 2014 22:13:21 +0000 (23:13 +0100)
commit22c5ee283d275d03e86250ed214ac91868b8de26
tree15383db164b4289168a7c01b1d9cfd065a931e27
parentf05aeefb497c4f751eeee11b8b1d199fd1e52a33
Use the raster rendering engine by default on OSX

Seems like using the raster engine fixes performance issues on OSX,
and there seem to be no noticeable side-effects compared to native
rendering. So let's use this by default.

If you notice issues, please let us know. Also, you can always enforce
native rendering via command line:

open Quassel\ Client.app -W --args -graphicssystem native

Thanks to rikai for figuring this out!
src/common/main.cpp