commit | ca535c199810b6380f58b5cd42ec86cec991f883 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Sat Apr 21 23:20:07 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Sat Apr 21 23:21:33 2012 -0400 |
tree | ed3c040dedddedfb55f77bc8b7c39e3a1bd69788 | |
parent | bc052c99f926ec54f8da1e9bc7050d1c0a5311f0 [diff] [blame] |
shell: Don't ping internal shell surfaces This is a hack for now to get xserver surfaces working again.
diff --git a/src/shell.c b/src/shell.c index ed5ca80..fd66462 100644 --- a/src/shell.c +++ b/src/shell.c
@@ -418,6 +418,8 @@ if (!shsurf) return; + if (!shsurf->resource.client) + return; if (!shsurf->ping_timer) { shsurf->ping_timer = malloc(sizeof shsurf->ping_timer);