]> Pileus Git - wmpus/commit - wm-wmii.c
Fix some errors
authorAndy Spencer <andy753421@gmail.com>
Sun, 18 Sep 2011 01:12:09 +0000 (01:12 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sun, 18 Sep 2011 01:12:09 +0000 (01:12 +0000)
commit5dd54ab27b27c888741e5700aad89226009eb449
tree93eefd89748e2bba6e80ad1d658f5eb882570bb4
parentb241210419fdf7f6c4e4cc881ff834c641d9bdd5
Fix some errors

- UnmapNotify happens twice (wtf?) removing the window entirely the
  first time prevents the second time for doing anything.

- Ignore random X11 error messages using xerror callback
  (taken from dwm)

- Add static to a bunch of stuff
sys-x11.c
util.c
util.h
wm-wmii.c