commit | aa521bd1bc4068f5bb3b3296346c051c4bc19dd3 | [log] [tgz] |
---|---|---|
author | Rob Bradford <rob@linux.intel.com> | Thu Jan 10 19:48:57 2013 +0000 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Jan 10 16:08:08 2013 -0500 |
tree | 0e4c12fce02e5ed442da2acdd98e3a27bd0f7270 | |
parent | 23d330ec9d08864720766513c0414239e05f8d98 [diff] |
xwayland/window-manager: Avoid doing work for unknown window In particular if the hash table lookup fails and returns NULL then that value would be passed into weston_wm_window_schedule_repaint which does not accept a NULL value.