emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/exwm 571ca22 08/11: Remove duplicate code


From: Adrián Medraño Calvo
Subject: [elpa] externals/exwm 571ca22 08/11: Remove duplicate code
Date: Sat, 13 Nov 2021 16:51:02 -0500 (EST)

branch: externals/exwm
commit 571ca227e7857b5fd95f4f3211d471083d69ec32
Author: Adrián Medraño Calvo <adrian@medranocalvo.com>
Commit: Adrián Medraño Calvo <adrian@medranocalvo.com>

    Remove duplicate code
    
    * exwm-layout.el (exwm-layout-unset-fullscreen): Remove double
    removal of `xcb:Atom:_NET_WM_STATE_FULLSCREEN' from
    `exwm--ewmh-state'.
---
 exwm-layout.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/exwm-layout.el b/exwm-layout.el
index 6a63be3..4b6e2a8 100644
--- a/exwm-layout.el
+++ b/exwm-layout.el
@@ -219,8 +219,6 @@
                (exwm-layout--fullscreen-p))
     (cl-return-from exwm-layout-unset-fullscreen))
   (with-current-buffer (if id (exwm--id->buffer id) (window-buffer))
-    (setq exwm--ewmh-state
-          (delq xcb:Atom:_NET_WM_STATE_FULLSCREEN exwm--ewmh-state))
     (if exwm--floating-frame
         (exwm-layout--show exwm--id (frame-root-window exwm--floating-frame))
       (xcb:+request exwm--connection



reply via email to

[Prev in Thread] Current Thread [Next in Thread]