DescriptionLinux: don't call gtk_init in the renderer process.
Previously, our command line objects were created /after/ gtk_init had
processed |argc| and |argv|. With this patch, it's created before hand
and main's |argc| and |argv| are now kept pristine. Thus our command
line will now reflect GTK arguments that previously it wouldn't have
seen. This should be harmless.
Patch Set 1 #
Total comments: 1
Patch Set 2 : ... #Messages
Total messages: 4 (0 generated)
|