mirror of
https://github.com/ch11ng/exwm.git
synced 2024-11-27 13:07:59 +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)
|
(with-current-buffer (exwm--id->buffer id)
|
||||||
(unless (or (exwm-layout--iconic-state-p)
|
(unless (or (exwm-layout--iconic-state-p)
|
||||||
(and exwm--floating-frame
|
(and exwm--floating-frame
|
||||||
(eq #xffffffff exwm--desktop)))
|
(eq 4294967295. exwm--desktop)))
|
||||||
(exwm--log "Hide #x%x" id)
|
(exwm--log "Hide #x%x" id)
|
||||||
(when exwm--floating-frame
|
(when exwm--floating-frame
|
||||||
(let* ((container (frame-parameter exwm--floating-frame
|
(let* ((container (frame-parameter exwm--floating-frame
|
||||||
|
|
2
exwm.el
2
exwm.el
|
@ -154,7 +154,7 @@
|
||||||
(when reply
|
(when reply
|
||||||
(setq desktop (slot-value reply 'value))
|
(setq desktop (slot-value reply 'value))
|
||||||
(cond
|
(cond
|
||||||
((eq desktop #xffffffff)
|
((eq desktop 4294967295.)
|
||||||
(unless (or (not exwm--floating-frame)
|
(unless (or (not exwm--floating-frame)
|
||||||
(eq exwm--frame exwm-workspace--current)
|
(eq exwm--frame exwm-workspace--current)
|
||||||
(and exwm--desktop
|
(and exwm--desktop
|
||||||
|
|
Loading…
Reference in a new issue