From 5a39c5c2fad643a656c59c0071f0cbea58eb65a9 Mon Sep 17 00:00:00 2001 From: Chris Feng Date: Thu, 25 Feb 2016 12:41:35 +0800 Subject: Allow user to hide floating X windows * exwm-core.el (exwm-mode-map): Add a new key to hide floating X windows. * exwm-floating.el (exwm-floating-hide): New command to hide a floating X window. * exwm-workspace.el: Fix a compile warning. --- exwm-workspace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exwm-workspace.el') diff --git a/exwm-workspace.el b/exwm-workspace.el index 4af98fb0ad6f..80767d52d701 100644 --- a/exwm-workspace.el +++ b/exwm-workspace.el @@ -232,7 +232,7 @@ The optional FORCE option is for internal use only." (defvar exwm-floating-border-width) (defvar exwm-floating-border-color) -(declare-function exwm-layout--show "exwm-layout.el" (id)) +(declare-function exwm-layout--show "exwm-layout.el" (id &optional window)) (declare-function exwm-layout--hide "exwm-layout.el" (id)) (declare-function exwm-layout--refresh "exwm-layout.el") -- cgit 1.4.1