commit | 9aa8ce69853863d69c0363662b90c918a0b9225a | [log] [tgz] |
---|---|---|
author | Jasper St. Pierre <jstpierre@mecheye.net> | Fri Apr 11 16:18:54 2014 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon May 12 23:34:05 2014 -0700 |
tree | 10ba981ed02b805c9007651659ef1d157f714a8a | |
parent | 6458ec3410b5ce3daa3c3af9c4d19248817e244a [diff] |
shell: Don't use the helper methods in xdg_shell implementations With most of the code in send_configure_for_surface, the helper methods don't give us that much benefit, so stop using them. We can't kill them off, as they're part of the shell interface and used by the WM.