gnome-shell/js
Daniel Drake 29485ff24b layout: really queue region update before redraw
This code may have worked when written in 2009, but later gjs commit
b5e467d89aea43a8e32a1138d232c8a32e6b0785 removed the priority
parameter from idle_add.

Now, when running a constantly-updating client (es2gears) on an
embedded platform, _updateRegions() does not get called and I see
unresponsive window decorations.

Update the code to use meta_later_add() like other parts of the
shell, which is actually slightly better in this case anyway.
Solves the unresponsiveness problem.

https://bugzilla.gnome.org/show_bug.cgi?id=585500
2014-03-14 06:16:42 -06:00
..
extensionPrefs Synchronize shell startup 2013-11-04 11:50:20 -05:00
gdm authPrompt: Don't ever ask for a username if smartcard service is in foreground 2014-03-13 15:08:00 -04:00
misc make NetworkManager optional 2014-02-11 18:04:44 -05:00
perf perf: Update to latest overlay changes 2012-08-20 20:40:01 +02:00
ui layout: really queue region update before redraw 2014-03-14 06:16:42 -06:00
js-resources.gresource.xml Add indicator for location service being used 2014-01-28 18:39:12 +00:00
Makefile.am make NetworkManager optional 2014-02-11 18:04:44 -05:00