GNOME Bugzilla – Bug 740006
Don't connect to the default display before gtk_clutter_init
Last modified: 2014-11-13 14:58:21 UTC
Created attachment 290502 [details] [review] Defer connecting to the default display when parsing command line + Don't connect to the default display before init + Minor code reorg to do things in the correct order --- Don't connect to the default windowing system when you parse the command line options instead you defer the connection to when you initialize gtk and clutter via gtk_clutter_init which does the things in the correct order See: https://developer.gnome.org/gtk3/stable/gtk3-General.html#gtk-get-option-group --- *This is as ebassy suggested me yesterday on #gnome-hackers
So this fixes the issue where the playing field appears on top of the scores/preferences dialog and other windows?