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:21:24 +0000 (23:21 +0100)
commit70759a2dfba46559690f37c82c40ea8c92b0eb4f
tree2b988cc2a115f856562a98de4cffcfabee49d015
parentf3747741df69f5610d11af419bd57b0829fc7918
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