removed setting the wm-state property for all kind of clients
This commit is contained in:
parent
0d05a7c0e3
commit
80ac9fd2de
|
@ -158,7 +158,6 @@
|
||||||
(list 'init-client client maybe-rect))
|
(list 'init-client client maybe-rect))
|
||||||
(send internal-out-channel (list 'fit-client client))
|
(send internal-out-channel (list 'fit-client client))
|
||||||
;; sync ??
|
;; sync ??
|
||||||
(set-wm-state! dpy window (wm-state normal) none)
|
|
||||||
(map-window dpy window)
|
(map-window dpy window)
|
||||||
(send internal-out-channel (list 'update-client-state client))))
|
(send internal-out-channel (list 'update-client-state client))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue