removed setting the wm-state property for all kind of clients

This commit is contained in:
frese 2003-04-16 15:00:28 +00:00
parent 0d05a7c0e3
commit 80ac9fd2de
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@
(list 'init-client client maybe-rect))
(send internal-out-channel (list 'fit-client client))
;; sync ??
(set-wm-state! dpy window (wm-state normal) none)
(map-window dpy window)
(send internal-out-channel (list 'update-client-state client))))