diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-04-15T21·52-0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-04-15T21·53-0700 |
commit | ff4ae82fd7ca9101da92f21c7f46f991da99a30e (patch) | |
tree | b4a5da24168df98bf6844d1b7ac6f7406f1b6f01 /exwm-layout.el | |
parent | 87db8b42a33876818ad8ee6b950c1f2aaa73d3d5 (diff) |
Port to 32-bit Emacs on master branch
Diffstat (limited to 'exwm-layout.el')
-rw-r--r-- | exwm-layout.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm-layout.el b/exwm-layout.el index b74f512a4e2c..764259870dc0 100644 --- a/exwm-layout.el +++ b/exwm-layout.el @@ -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 |