mirror of
https://github.com/ch11ng/exwm.git
synced 2024-11-23 11:47:58 +01:00
Port to 32-bit Emacs on master branch
This commit is contained in:
parent
87db8b42a3
commit
ff4ae82fd7
2 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@
|
|||
(with-current-buffer (exwm--id->buffer id)
|
||||
(unless (or (exwm-layout--iconic-state-p)
|
||||
(and exwm--floating-frame
|
||||
(eq #xffffffff exwm--desktop)))
|
||||
(eq 4294967295. exwm--desktop)))
|
||||
(exwm--log "Hide #x%x" id)
|
||||
(when exwm--floating-frame
|
||||
(let* ((container (frame-parameter exwm--floating-frame
|
||||
|
|
2
exwm.el
2
exwm.el
|
@ -154,7 +154,7 @@
|
|||
(when reply
|
||||
(setq desktop (slot-value reply 'value))
|
||||
(cond
|
||||
((eq desktop #xffffffff)
|
||||
((eq desktop 4294967295.)
|
||||
(unless (or (not exwm--floating-frame)
|
||||
(eq exwm--frame exwm-workspace--current)
|
||||
(and exwm--desktop
|
||||
|
|
Loading…
Reference in a new issue