Port to 32-bit Emacs on master branch

This commit is contained in:
Paul Eggert 2018-04-15 14:52:39 -07:00
parent 87db8b42a3
commit ff4ae82fd7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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